|
|
|
|
|
by pdimitar
305 days ago
|
|
That's an amazing analysis, thank you so much! What are your impressions of Red panda? We're particularly interested in NATS' feature of working with individual messages and have been bitten by Kafka's "either process the entire batch or put it back for later processing", which doesn't work for our needs. Interested if Redpanda is doing better than either. |
|
NATS/Jetstream is amazing if it fits your use case and you don't need extreme scalability. As I said before, it offers a lot more flexibility. You can process a stream sequentially but also nack messages, so you get the best of both worlds. It has deduping (new messages for the same subject will mark older ones as deleted) and lots of other convenience goodies.