SchemaReplicationRetries Property
SchemaReplicationRetries
Gets or sets the maximum number of retries for schema publication.
Declaration
public int SchemaReplicationRetries { get; set; }
Property Value
int |
Remarks
When a schema is published to the cluster, the client ensures that it is replicated to all known members, thus protecting against split-brain situations where only some members would receive the schema. Should some members not receive the schema, publication is retried.
The default value is 100.