.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    SmartRouting Property

    SmartRouting

    Whether smart routing is enabled.

    Declaration
    public bool SmartRouting { get; set; }
    Property Value
    bool
    Remarks

    Smart routing sets RoutingMode to AllMembers if true, otherwise; it sets it to SingleMember. Please, prefer using RoutingMode directly.

    If true (default), client will route the key based operations to owner of the key at the best effort.

    Note that it however does not guarantee that the operation will always be executed on the owner, as the member table is only updated every 10 seconds.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.