A teal-inlet fleet streams click telemetry that several analytics jobs must read independently. Which service should the developer pick?
Select an answer to reveal the explanation.
Short Explanation
Many readers, one firehose—that’s Event Hubs. Don’t jam click telemetry into a Service Bus queue or stretch Event Grid into a stream.
Full Explanation
Event Hubs provides an append-only, high-throughput event stream that multiple consumer groups can read independently. A Service Bus queue is competing-consumer messaging; Event Grid suits discrete reactions; Blob lease polling is not the streaming platform for this pattern.