AZ-204 · Question #456
You are building a loyalty program for a major snack producer. When customers buy a snack at any of 100 participating retailers the event is recorded in Azure Event Hub. Each retailer is given a…
The correct answer is A. Use publisher policies for retailers. Event Hubs enables granular control over event publishers through publisher policies. Publisher policies are run-time features designed to facilitate large numbers of independent event publishers. With publisher policies, each publisher uses its own unique identifier when…
Question
Options
- AUse publisher policies for retailers.
- BCreate a partition for each retailer.
- CDefine a namespace for each retailer.
How the community answered
(25 responses)- A80% (20)
- B12% (3)
- C8% (2)
Explanation
Event Hubs enables granular control over event publishers through publisher policies. Publisher policies are run-time features designed to facilitate large numbers of independent event publishers. With publisher policies, each publisher uses its own unique identifier when publishing events to an event hub. Not C: An Event Hubs namespace is a management container for event hubs (or topics, in Kafka parlance). It provides DNS-integrated network endpoints and a range of access control and network integration management features such as IP filtering, virtual network service endpoint, and Private Link. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features
Topics
Community Discussion
No community discussion yet for this question.