Y
Hacker News
new
|
ask
|
show
|
jobs
by
dkersten
3705 days ago
Kafka doesn't generally get emptied quickly, but rather retains messages for a configured time/size. Because of this, consumers can choose to
replay
previously consumed messages, if they wish to do so.
1 comments
gshx
3705 days ago
You're right. I was mostly commenting on the common idiomatic ways ppl differentiate streams vs queues. Indeed, it can be used in both scenarios.
link