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

Use config map for broker configuration #43

Merged
merged 4 commits into from
Jul 25, 2017

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Jul 25, 2017

This is to facilitate advanced per-pod config like #41. We'll need a script to modify server.properties prior to ./bin/kafka-server-start.sh execution. That could be through a custom entrypoint - which introduces tight coupling to a specific image build - or through an init container that mounts the same config volume and edits the config file. Files in ConfigMap volumes are editable by init containers. A sample image for such an init container might come out of solsson/dockerfiles#8.

@solsson solsson merged commit b2ebc80 into switch-to-debian-image Jul 25, 2017
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

Successfully merging this pull request may close these issues.

1 participant