Kafka in Action

in technology •  7 years ago 

Apache Kafka is a publish/subscribe messaging system. Technically, it is a distributed, partitioned, replicated commit log (record of transactions) service. It provides high-throughput, low-latency platform for handling real-time data feeds.

Though it provides high performance, using it reliably is not trivial.

Here's the presentation I gave on the topic:

https://www.slideshare.net/ronaldo007/kafka-in-action-tech-talk

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

It's very impressive piece of software that combines elegant and simple architecture with impressive performance. It's popularity is well deserved. Nice slides BTW.