When do I use Apache Kafka, Azure Service Bus, vs Azure Queues?
- by makerofthings7
I'm trying to understand the situations I'd use Apache Kafka, Azure Service Bus, or Azure Queues for high scale message processing.
Which is better for standard Pub Sub situations? Where multiple clients get a copy of the same message?
Which is better for low latency Pub sub and no durability?
Which is better for "cooperating producer" and…