SignalR scaleout in Azure for high frequency scena

2019-05-21 14:48发布

问题:

From my reading on SignalR scaleout in Azure, the recommended way is to use Azure ServiceBus as a backplane. But in the same time there is limitation on using backplane for high frequency messaging.

In terms of Limitation chapter in Scaleout in SignalR, I would characterize my app as something between chat and real-time game. Any tips how to implement SignalR scaleout (in Azure) for this?

回答1:

You can set the # of topics (queues) that you use to increase throughput and scale up