如何将消息发送到其他地区的webjobs

如何将消息发送到其他地区的webjobs

问题描述:

跨区域将数据推送到Web作业的最佳方法是什么.一种将消息从一个区域推送到另一区域并让Web作业轮询来自每个区域的消息的方法.我们是否应该设置一个eventhub并让服务将消息推送到本地eventhub 然后从每个区域的eventhub中拉出一个*webjob,然后处理该消息.由于涉及跨区域通信,因此是否可能以及它将如何影响性能.基本上我在看什么是发送消息的最佳方法 跨地区.有什么想法吗?

What is the best way to push data to a web job across regions.  A way to push messages from one region to another region and have webjobs poll messages from each region. Should we setup an eventhub and have services push message to the local eventhub and then have one central webjob pull from each regions eventhub and then process the message. Is it possible and how would it impact performance since there is cross region communication involved. Basically I am looking at whats the best way to send messages across regions. Any thoughts?

堆栈溢出 线程,看看是否有帮助.

You may refer the Stack Overflow thread and see if it helps.

此外,将该主题移至适当的论坛以与合适的专家建立联系.