-
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
Filebeat-5.0.0-beta1 is not able to publish message to Kafka Cluster #2651
Comments
@tarinidash Thanks for reporting. Could you share your full config file? What is the |
@ruflin Thank you for looking into it. exp => for example |
sorry, accidentally closed it. |
Checking the logs it's due to compressed and embedded messages using a different protocol version identifer. The problem should only occur if version Related kafka client issues: IBM/sarama#757 and IBM/sarama#758 The fix is already available in IBM/sarama#759 , but no release version available yet. I managed to reproduce the issue and successfully tested the fix to work. Also waiting for fix for #2717 becoming available before updating. |
I got the same problem. After commented the "version: 0.10.0.0",the filebeat then produced msgs to kafka cluster. thanks. |
Closing the issue as the fix is already merged to master. |
Filebeat version: Filebeat-5.0.0-beta1
Kafka cluster version : 0.10.0.0
ran with command :
Output logs
Kafka logs
Below is the output from KAFKA
Workaround:
comment the version in filebeat.yml under kafka output section.
The text was updated successfully, but these errors were encountered: