Issue with Confluent Kafka Python and MSK: "metadata information unknown" #4596
Replies: 1 comment
-
I was using the config field for other kafka python library "sasl.oauthbearer.config" instead of using "oauth_cb". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I hope you're all doing well. I'm facing an issue with Confluent Kafka Python and Amazon MSK, and I'm seeking some guidance.
I'm encountering an issue while trying to process a message using Confluent Kafka Python and Amazon MSK. Below is the relevant code snippet:
Upon executing this code, I'm receiving the following error:
My configuration is as follows:
I'm encountering the error "Topic metadata information unknown" and "no usable brokers." Can you provide insights into why this might be happening and how I can resolve it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions