Kafka for Rubyists
A brief introduction to Apache Kafka and how you may be able to leverage it in your applications.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A brief introduction to Apache Kafka and how you may be able to leverage it in your applications.
Comments
Kafka is great, but last I heard, both poseidon_cluster and kafka-consumer still have issues when running in a clustered environment (e.g. failover and rebalancing). Not a reason to avoid it, just something to keep in mind when you go to scale up.
Steve, thats correct. I plan to cover that in Part 2 of my post. Thanks for reading!
Post a comment