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
Fix topic reader/writer disconnecting after Discovery.listEndpoints
When the driver refreshed its endpoint pool on a periodic discovery
round,
it closed and recreated gRPC channels for all known nodes. This caused
active
bidirectional streams (topic reader / writer) to receive a `CANCELLED`
gRPC
status, which was not treated as a retryable error — so the streams
terminated
instead of reconnecting.
0 commit comments