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
Queries (GET) may be directed to the leader or a follower depending on the “read-concern” specified in the transaction context. The query should specify its read-concern so that the server can redirect it if necessary.
The server's REST layer redirects the client from a follower to the leader using a status code 307 (temporary) / 308 (permanent). Since the leader seldom changes the SDK may remember the redirection and use the new target in all future requests (until another redirect).
The text was updated successfully, but these errors were encountered:
Queries (GET) may be directed to the leader or a follower depending on the “read-concern” specified in the transaction context. The query should specify its read-concern so that the server can redirect it if necessary.
The server's REST layer redirects the client from a follower to the leader using a status code 307 (temporary) / 308 (permanent). Since the leader seldom changes the SDK may remember the redirection and use the new target in all future requests (until another redirect).
The text was updated successfully, but these errors were encountered: