diff --git a/README.md b/README.md index 4c12ff8..f91983a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This project is currently unmaintained. There are a handful of other options for interacting with Kafka from Ruby: * A pure ruby client, [ruby-kafka](https://github.com/zendesk/ruby-kafka), which is 0.9 compatible and support consumer groups. + * [Karafka](http://github.com/karafka/karafka) - Framework used to simplify Apache Kafka based Ruby applications development. * A REST proxy, [Kafka Rest](https://github.com/confluentinc/kafka-rest). * For JRuby there is [jruby-kafka](https://github.com/joekiller/jruby-kafka) which wraps the Java consumer.