Using aiokafka within Docker Container #991
Unanswered
kameshsampath
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to connect to Kafka from within a docker container to another docker container using the other containers name. I am getting an error
[Errno 99] Cannot assign requested address
.This happens when the
external
i.eadvertised_kafka_api
Kafka API address is bound tolocalhost
(typical docker-compose) setup.Any clue on why such an error ?
Beta Was this translation helpful? Give feedback.
All reactions