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 “competing consumer”? (what does this mean?)
I see a bit of overlap in function between Kafka, Service Bus, Azure Queues