Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

wooga/kafkaesque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafkaesque

A JRuby-based event stream processing framework for Kafka.

Example

Kafkaesque::Consumer.new(
  :handler => MyHandler,
  :event => MyEvent,
  :number_of_workers => 5,
  :kafka => {
    :host => '192.168.0.1',
    :topics => %w[foo bar]
  }
).start

Contributing to Kafkaesque

  • fork the project
  • start a feature branch
  • make sure to add tests
  • please try not to mess with the Rakefile, version, or history

Copyright

Copyright (c) 2011, 2012 Wooga GmbH, Berlin

About

A JRuby-based event stream processing framework for Kafka.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages