logoalt Hacker News

politelemonlast Monday at 8:55 PM1 replyview on HN

What is the reason for using Kafka then, sorry if I'm missing something fundamental.


Replies

pramlast Tuesday at 2:22 AM

A Kafka consumer does a lot of work coordinating distributed clients in a group, managing the current offset, balancing the readers across partitions, etc which is native broker functionality. Saying you can replace it all with a simple JDBC client or something isn't true (if you need that stuff!)