SiloPersistentStreamConfiguratorExtension.UseStaticAzureDeploymentBalancer Method
Definition
Important
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.
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.
public static Orleans.Streams.ISiloPersistentStreamConfigurator UseStaticAzureDeploymentBalancer (this Orleans.Streams.ISiloPersistentStreamConfigurator configurator, TimeSpan? siloMaturityPeriod = default);
static member UseStaticAzureDeploymentBalancer : Orleans.Streams.ISiloPersistentStreamConfigurator * Nullable<TimeSpan> -> Orleans.Streams.ISiloPersistentStreamConfigurator
<Extension()>
Public Function UseStaticAzureDeploymentBalancer (configurator As ISiloPersistentStreamConfigurator, Optional siloMaturityPeriod As Nullable(Of TimeSpan) = Nothing) As ISiloPersistentStreamConfigurator
Parameters
- configurator
- ISiloPersistentStreamConfigurator