|
|
|
|
|
by kerblang
2518 days ago
|
|
> Many cloud service designs today rely on durable queues, such as Event Hub or Kafka. AFAIK nowhere in the Kafka documentation does it use the term "queue", and unless you only have one consumer per consumer group it's impossible to guarantee FIFO behavior. Maybe call me a nitpicker but I've seen this "queue" language lead to completely wrong assumptions about kafka. |
|