Replies: 1 comment
-
Try this and connect to kafka:9093
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can connect with kafka-python to the kafka service, but aiokafka doesn't give me that solution.
My docker-compose.yml
The connection is made by this:
And the response by calling this
send_one
function is:And sometimes, I get this error too
kafka.errors.KafkaConnectionError: KafkaConnectionError: No connection to node with id 1
If you could help me to solve the error, I would really appreciate it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions