aboutsummaryrefslogtreecommitdiff
path: root/kafka
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #96 from Yolean/enable-broker-jmxsolsson2017-11-101-0/+4
|\ | | | | Enable broker JMX_PORT 5555
| * Exposes JMX for brokers, to typical monitoring setupsenable-broker-jmxStaffan Olsson2017-11-091-0/+4
| | | | | | | | | | | | | | Already included in #49, but here we don't add any export container to the pod. Can be utilized by kafka-manager (#83) - just tick the JMX box when adding a cluster - to see bytes in/out rates.
* | Sets OnDelete explicitly, as RollingUpdate is a new defaultrestore-ondelete-behaviorStaffan Olsson2017-11-091-0/+2
|/ | | | | | | | Due to the use of config map for most of the conifg, RollingUpdate will be surprising, while still not preventing running pods that don't have the applied configuration. An automation effort would be required for proper RollingUpdate behavior.
* Fixes a test issue at start and at consumer error1.8-manifestsStaffan Olsson2017-11-091-0/+2
|
* Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-098-0/+741