|
|
|
|
|
by rainhacker
2648 days ago
|
|
I shared my experience sometime back in another HN thread [1]: "A key difference I observed was that if a Kafka consumer crashes, a rebalance is triggered by Kafka after which the remaining consumers seamlessly start consuming the messages from the last committed offset of the failed consumer. Whereas with Redis streams I had to write code in my application to periodically poll and claim unacked messages pending for more than some threshold time." [1] https://news.ycombinator.com/item?id=19231178 |
|