-
Notifications
You must be signed in to change notification settings - Fork 734
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
Mount config and use debian based image #46
Commits on Jul 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ac443a9 - Browse repository at this point
Copy the full SHA ac443a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f47cd0 - Browse repository at this point
Copy the full SHA 9f47cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a934de - Browse repository at this point
Copy the full SHA 6a934deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c188f43 - Browse repository at this point
Copy the full SHA c188f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1758478 - Browse repository at this point
Copy the full SHA 1758478View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a30b5e7 - Browse repository at this point
Copy the full SHA a30b5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3491ce - Browse repository at this point
Copy the full SHA b3491ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b2b41 - Browse repository at this point
Copy the full SHA d8b2b41View commit details -
Merge pull request #43 from Yolean/kafka-011-config-map
Use config map for broker configuration
Configuration menu - View commit details
-
Copy full SHA for b2ebc80 - Browse repository at this point
Copy the full SHA b2ebc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86ed9c - Browse repository at this point
Copy the full SHA c86ed9cView commit details -
I think time saved by auto-creating topics will be lost ...
tenfold in confusion caused by typos etc
Configuration menu - View commit details
-
Copy full SHA for 0681cc5 - Browse repository at this point
Copy the full SHA 0681cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480b5fa - Browse repository at this point
Copy the full SHA 480b5faView commit details
Commits on Jul 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8340b11 - Browse repository at this point
Copy the full SHA 8340b11View commit details -
Clarifies a gotcha: to mount config with log4j.properties ...
you must use /opt/kafka/config, due to how log4j.properites (sometimes tools- or connect-) are resolved by the ./bin scripts. See solsson/dockerfiles#10
Configuration menu - View commit details
-
Copy full SHA for 114b773 - Browse repository at this point
Copy the full SHA 114b773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8f6d4 - Browse repository at this point
Copy the full SHA 6f8f6d4View commit details -
With explicit log4j path we can change config mount ...
to not mix with sample config. See solsson/dockerfiles#10.
Configuration menu - View commit details
-
Copy full SHA for 5bb49e3 - Browse repository at this point
Copy the full SHA 5bb49e3View commit details -
Default shell on Debian shows the same symptom ...
of not forwarding signals as Alpine did. Kafka logs say nothing, and after 30s the container is terminated. With /bin/bash instead the log indicates shutdown behavior. This reverts commit c188f43.
1Configuration menu - View commit details
-
Copy full SHA for a2d324d - Browse repository at this point
Copy the full SHA a2d324dView commit details -
Demonstrates how an init script can be used to ...
modify config prior to kafka start. My aim with this is to get rid of the /bin/sh startup scripts and use bin + args directly.
Configuration menu - View commit details
-
Copy full SHA for be5a820 - Browse repository at this point
Copy the full SHA be5a820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d534e8 - Browse repository at this point
Copy the full SHA 0d534e8View commit details -
With no bash tricks in command we can use the actual bin ...
avoiding a layer of indirection and the associated gotchas with signals.
Configuration menu - View commit details
-
Copy full SHA for bfe7e31 - Browse repository at this point
Copy the full SHA bfe7e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda7bdb - Browse repository at this point
Copy the full SHA fda7bdbView commit details
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 082f57a - Browse repository at this point
Copy the full SHA 082f57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b848f85 - Browse repository at this point
Copy the full SHA b848f85View commit details -
Merge pull request #47 from Yolean/config-init
Use init container for per-pod config
Configuration menu - View commit details
-
Copy full SHA for 752cd45 - Browse repository at this point
Copy the full SHA 752cd45View commit details