-
Hi! I'm using the default karafka
|
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Jan 3, 2023
Replies: 1 comment
-
HI, your issue is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Haarolean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI, your issue is
KAFKA_ADVERTISED_HOST_NAME
. It contains "localhost" which is a kafka container's host. But you access the kafka from another container which has a different host.Please refer to one of our examples