We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I notice that kafka-native docker image does not contain bash scripts that are by default a part of kafka docker image
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:
The text was updated successfully, but these errors were encountered: