-
After deploying using docker compose, I found that in the first step, it can normally read the address of Kafka, but in the second step, it cannot read the address of Kafka, and always get 127.0.0.1
agent logs:
aggregate logs:
|
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jul 20, 2022
Replies: 2 comments 2 replies
-
Hi @ktpktr0 ! This seems like a DNS issue from docker-compose. Do you mind sharing the full docker compose file including the entries for |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JeanMertz
-
Thank you for your help |
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 @ktpktr0 ! This seems like a DNS issue from docker-compose. Do you mind sharing the full docker compose file including the entries for
kafka
?