-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
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
ssl_closed error #530
Comments
Hi @robsonpeixoto |
Thanks @zmstone :) It is not a brod bug, my bad! After some debug I figured out what's happening. The Kafka Server always close the connections that area IDLE for more than Are there a way to work-around it? Thanks. |
The confluentinc/librdkafka#3109 (comment) are using an interesting solution for this, that is add If the brod restart the connection after |
Hi @robsonpeixoto |
Closing the connection every |
@robsonpeixoto Thank you. |
Maybe add a config |
Hello! I am also experiencing this same issue.
|
I'm have a similar problem, but now with the producers connections.
Always, the first message that I try to send I got the error:
{:connection_down, {:shutdown, :ssl_closed}}
Any tip how to solve it?
Here the config:
Thanks =D
Originally posted by @robsonpeixoto in #520 (comment)
The text was updated successfully, but these errors were encountered: