Skip to content

edhana/kafka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poc Kafka with Kibana

Poc project

Introduction

This is a test project to seed a huge amount of configurable data into a Kafka cluster. The basic prerequisite for this project to work is the landoop/fast-data-dev docker image of a complete Kafka server. To install landoop kafka docker image please refer to:

https://github.com/Landoop/fast-data-dev

Ruby version

The Ruby version for this project is ruby-2.4.0. I am using RVM to handle the gems (mind the .rvmrc file in the project). To install all ruby dependencies run:

bundle install

Running

The following are required to put all services online

Kafka

Run the following command on terminal

docker run --rm -it \
           -p 2181:2181 -p 3030:3030 -p 8081:8081 \
           -p 8082:8082 -p 8083:8083 -p 9092:9092 \
           -e ADV_HOST=127.0.0.1 \
           landoop/fast-data-dev

Reaching the Kafka command line tools

docker run --rm -it --net=host landoop/fast-data-dev bash

References:

Landoop fast data dev container: https://github.com/Landoop/fast-data-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published