-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Producer with .net cannot write to kafka cluster #2437
Comments
The log is cut short just as it sends the produce product request, and we can see that it receives something but then the log ends. |
The follow-up log is like this.It‘s a fact that it receives something like response. but i can't the message find in kafka, the program is also blocked, with log outputing
|
There is no ProduceRequest in the latest log, this means one of the following:
Setting the "debug" property to "broker,msg,metadata,topic" should provide us enough information to troubleshoot the last option |
Description
my producer with .net cannot write to kafka cluster, it is same as the Confluent Example(Confluent.Kafka: 0.11.6), except below config:
{"security.protocol","SASL_PLAINTEXT" },
{"sasl.mechanism","PLAIN" },
{"sasl.username","xxx" },//
{"sasl.password","xxx" },//
the problem is it can connect with cluster, but can't write message.
it is like blocked.
How to reproduce
it blocked here...
Checklist
Please provide the following information:
Thanks!
The text was updated successfully, but these errors were encountered: