-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP]KAFKA-15444: Native docker image #1
base: trunk
Are you sure you want to change the base?
Conversation
Remove confluent kafka python client as dependency Remove schema registry and connect from compose files Download kafka binary and use it's scripts to run tests
- Remove zookeeper support & tests - Optimise image by removing redundant packages - Minor code fixes
Changes to add support for file mounting of properties. Env variables, if defined, will override the file input properties.
This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge conflicts, please update it with the latest from trunk (or appropriate release branch) If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed. |
This PR aims to add Apache Kafka Native Docker image as per the following KIP-974.
NOTE 1: The changes are made on top of the apache#14552 as we had common code.
Committer Checklist (excluded from commit message)