Skip to content

ZooKeeperGatewayListProvider Properties

Provides Orleans gateway addresses from ZooKeeper cluster membership.

IsUpdatable

get
View source
public bool IsUpdatable
Specifies whether this IGatewayListProvider ever refreshes its returned information, or always returns the same gw list. (currently only the static config based StaticGatewayListProvider is not updatable. All others are.)

MaxStaleness

get
View source
public TimeSpan MaxStaleness
Specifies how often this IGatewayListProvider is refreshed, to have a bound on max staleness of its returned information.