We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default KeepAliveInterval should work well.
KeepAliveInterval
Gets "Detected stale connection to broker" and "Failed to write on connection" errors
Pulsar version: v2.11.0 Pulsar client go version: v0.10.0
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
It seems set to 5s still errors
is it resolved?how do we resolve this issue?
No branches or pull requests
Expected behavior
Default
KeepAliveInterval
should work well.Actual behavior
Gets "Detected stale connection to broker" and "Failed to write on connection" errors
Steps to reproduce
KeepAliveInterval
are set to default(30s), and the values of the servers are the same;KeepAliveInterval
to 15s, errors continue;KeepAliveInterval
sets to 5s, errors stop.System configuration
Pulsar version: v2.11.0
Pulsar client go version: v0.10.0
The text was updated successfully, but these errors were encountered: