aspnet-websocket

SignalR scaling out with Azure EventHub

回眸只為那壹抹淺笑 提交于 2019-12-19 00:24:20
问题 I am looking high frequency scaling solution for SignalR. I am wondering if I can do it with Azure EventHub. If I use EventHub as my backplane for SignalR messages, will it become a bottleneck for me? I've checked this page but there is nothing about EventHub as it is fairly new. 回答1: I can't speak to the precise specifics of SignalR; however, you could in principle use EventHubs for a backplane, but you need to be aware of the limitations. SignalR's backplane scaleout pattern assumes that

SignalR scaling out with Azure EventHub

大兔子大兔子 提交于 2019-11-30 19:27:14
I am looking high frequency scaling solution for SignalR. I am wondering if I can do it with Azure EventHub. If I use EventHub as my backplane for SignalR messages, will it become a bottleneck for me? I've checked this page but there is nothing about EventHub as it is fairly new. I can't speak to the precise specifics of SignalR; however, you could in principle use EventHubs for a backplane, but you need to be aware of the limitations. SignalR's backplane scaleout pattern assumes that all the servers will have access to all the messages and presumptively process them all. This provides a