aboutsummaryrefslogtreecommitdiff
path: root/kafka/50kafka.yml
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Minor cleanupsSteve Coffman2018-01-051-1/+0
|
* Now was a good time to get rid of the last --overrideStaffan Olsson2017-12-131-2/+0
| | | | as we now encourage close scrutiny of the config file.
* Moves the essential data path config to theStaffan Olsson2017-12-131-2/+0
| | | | config location suggested by Kafka's sample conf.
* Permanent retention is a friendlier default,Staffan Olsson2017-12-131-2/+0
| | | | | | | and easy to reconfigure per topic as they grow. We already had that, but this branch cares about grouping such conf. It also encourages topic defaults geared towards persistent data.
* Gathers the config that has to do with topic creationStaffan Olsson2017-12-131-2/+0
| | | | | | | in one place. These values are critical to maintain for those, like us, who make use of auto create topics for production data. Also a step towards #72 and #77.
* Enables auto create topics because there's use cases for addingStaffan Olsson2017-12-131-1/+1
| | | | | | | topics at runtime, such as splitting a stream based on some business enum. Producers and Kafka Streams apps would otherwise need to set up an AdminClient to do that. This reverts commit: 0681cc515fa1c505b905ef60c7d3132e8d7510af
* 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.
* Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-091-0/+87