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.
Silo-specific configuration builder for memory streams.
public interface ISiloMemoryStreamConfigurator : Orleans.Hosting.IMemoryStreamConfigurator, Orleans.Hosting.IPersistentStreamConfigurator, Orleans.Hosting.ISiloPersistentStreamConfigurator, Orleans.Hosting.ISiloRecoverableStreamConfigurator
public interface ISiloMemoryStreamConfigurator : Orleans.Hosting.IMemoryStreamConfigurator, Orleans.Hosting.INamedServiceConfigurator, Orleans.Hosting.ISiloRecoverableStreamConfigurator
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.