-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Kafka Output fails to publish events due to Bug in Sarama #19216
Comments
Pinging @elastic/integrations-services (Team:Services) |
Probably related to #18711. |
Facing the same issue in filebeats after an upgrade to the mentioned version. |
This kubernetes manifest can be used to reproduce a failing scenario: https://gist.github.com/jsoriano/32ea46daa1e24ae4c86c5f91f729264d |
When you fix this bug, can you please update the docs to say that the issue is resolved (or let me know, and I'll do it)? Here's an issue with details about where to make the updates: #19308 |
Hello @jsoriano |
@lucabelluccini yes, this issue seems to be fixed after #19527, closing this. |
It looks like the recent Sarama Update introduced a bug which causes the Kafka Output, if configured to use multiple TLS broker, to fail because the Server Name does not match to the actual connected node.
More about this issue can be found here: Connection with multiple TLS brokers fails to negotiate
Example Output Configuration:
Error in Log:
This does not happen when using Metricbeat 7.7.0
The text was updated successfully, but these errors were encountered: