You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"
Service instances or replicas can move around from node to node at any time for multiple reasons. The service address resolved through ServicePartitionResolver may be stale by the time your client code attempts to connect. In that case again the client needs to re-resolve the address. Providing the previous
ResolvedServicePartition
indicates that the resolver needs to try again rather than simply retrieve a cached address."
The resolver needs to handle stale endpoint entry and register notification callbacks.
The text was updated successfully, but these errors were encountered:
We need to implement a resolver on top of the fabric client similarliy in csharp: ServicePartitionResolver Class (Microsoft.ServiceFabric.Services.Client) - Azure for .NET Developers | Microsoft Learn
Reference: service-fabric-services-and-actors-dotnet/src/Microsoft.ServiceFabric.Services/Client/ServicePartitionResolver.cs at 6f7dc80b1f8e498df3bf2e1b0c41e75bc9ee9862 · microsoft/service-fabric-services-and-actors-dotnet (github.com)
"
Service instances or replicas can move around from node to node at any time for multiple reasons. The service address resolved through ServicePartitionResolver may be stale by the time your client code attempts to connect. In that case again the client needs to re-resolve the address. Providing the previous
ResolvedServicePartition
indicates that the resolver needs to try again rather than simply retrieve a cached address."
The resolver needs to handle stale endpoint entry and register notification callbacks.
The text was updated successfully, but these errors were encountered: