Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ISiloAzureQueueStreamConfigurator : Orleans.Hosting.IAzureQueueStreamConfigurator, Orleans.Hosting.IPersistentStreamConfigurator, Orleans.Hosting.ISiloPersistentStreamConfigurator
public interface ISiloAzureQueueStreamConfigurator : Orleans.Hosting.IAzureQueueStreamConfigurator, Orleans.Hosting.INamedServiceConfigurator, Orleans.Hosting.ISiloPersistentStreamConfigurator
Stream queue balancer that uses Azure deployment information and silo statuses from Membership oracle for load balancing.
Requires silo running in Azure.
This Balancer uses both the information about the full set of silos as reported by Azure role code and
the information from Membership oracle about currently active (alive) silos and rebalances queues from non active silos.
Stream queue balancer that uses Azure deployment information for load balancing.
Requires silo running in Azure.
This Balancer uses both the information about the full set of silos as reported by Azure role code but
does NOT use the information from Membership oracle about currently alive silos.
That is, it does not rebalance queues based on dynamic changes in the cluster Membership.