Quantcast
Channel: Question and Answer » pubsub
Viewing all articles
Browse latest Browse all 8

When do I use Apache Kafka, Azure Service Bus, vs Azure Queues? [closed]

$
0
0

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


Viewing all articles
Browse latest Browse all 8

Trending Articles