简体   繁体   English

配置 Azure 事件网格以进行循环分配

[英]Configure Azure Event Grid for round-robin distribution

Is it possible to configure an Azure Event Grid topic so that events are sent to subscribers on a round-robin basis?是否可以配置 Azure 事件网格主题,以便事件以循环方式发送给订阅者?

The Azure Event Grid eventing Pub/Sub model distributes an event message in the Fan-Out pattern , such as that all active subscriptions will deliver a message to their destination event handler. Azure 事件网格事件发布/订阅 model 以扇出模式分发事件消息,例如所有活动订阅将向其目标事件处理程序传递消息。 There is no way to change this pattern to the load balancing.没有办法将此模式更改为负载平衡。

However, you can subscribe with an event handler to the Azure Service Bus resource (queue/topic) which it will allow to load balanced between the ASB entities (queues/subscriptions).但是,您可以使用事件处理程序订阅 Azure 服务总线资源(队列/主题),它将允许在 ASB 实体(队列/订阅)之间进行负载平衡。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM