Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Kafka Session

A Ruby library to start up a kafka session. Useful for testing.

Download Kafka

We are currently using Kafka 0.9.0.1.

wget http://ftp.tc.edu.tw/pub/Apache/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz
tar zxvf kafka_2.11-0.9.0.1.tgz

Start session

k = Kafka::Session.new('path/to/kafka_2.11-0.9.0.1')
# wait for it to start up
sleep 50

About

Start a local kafka session with Ruby.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages