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

kafka command line tools are not a part of the docker image #192

Open
OleksandrKucherenko opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@OleksandrKucherenko
Copy link

OleksandrKucherenko commented Jun 17, 2024

Hi,

I notice that kafka-native docker image does not contain bash scripts that are by default a part of kafka docker image

kafka-topics.sh
kafka-storage.sh
bin/kafka-console-producer.sh
bin/kafka-console-consumer.sh
etc

I try to use kafka-native as a part of test docker-compose configuration for microservice...

In comparison to cp-kafka image, original image on start allows to create topics:

  kafka:
    # ...
    environment:
      KAFKA_CREATE_TOPICS: 'topic.v1,dev.topic.v1'
      KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant