.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.