Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support container orchestration #1

Open
yoonje opened this issue Jul 2, 2020 · 2 comments
Open

Support container orchestration #1

yoonje opened this issue Jul 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@yoonje
Copy link
Member

yoonje commented Jul 2, 2020

No description provided.

@yoonje yoonje added the enhancement New feature or request label Jul 2, 2020
@yoonje yoonje changed the title Supprot container orchestration Support container orchestration Jul 2, 2020
@KumKeeHyun
Copy link
Member

Current version does not accept external client access...

I read the readme documentation and tried setting up an external client, but there was a host problem inside docker...

    environment:
      - KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
      - ALLOW_PLAINTEXT_LISTENER=yes
+     - KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP=CLIENT:PLAINTEXT,EXTERNAL:PLAINTEXT
+     - KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
+     - KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka:9092,EXTERNAL://localhost:9093
+     - KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT

@yoonje
Copy link
Member Author

yoonje commented Aug 10, 2020

@KumKeeHyun
I fixed it. This is not container orchestration issue. What you mean means there is a bug in my code, so you should register a new issue with a bug label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants