When do I use Apache Kafka, Azure Service Bus, vs Azure Queues?
Posted
by
makerofthings7
on Programmers
See other posts from Programmers
or by makerofthings7
Published on 2013-08-09T17:57:02Z
Indexed on
2013/11/08
4:18 UTC
Read the original article
Hit count: 553
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
© Programmers or respective owner