aboutsummaryrefslogtreecommitdiff
path: root/kafka/10broker-config.yml
Commit message (Collapse)AuthorAgeFilesLines
* These properties have good defaults, 3 and 2 respectively,Staffan Olsson2018-02-021-2/+2
| | | | | which match the default.replication.factor and min.insync.replicas that we've changed to now.
* Reverts previous commit and uses the documented default insteadStaffan Olsson2018-02-011-2/+1
|
* Should be larger than or equal min.insync.replicasStaffan Olsson2018-02-011-0/+1
|
* Moves outside host details to annotations,outside-host-as-annotationStaffan Olsson2018-01-281-1/+5
| | | | | as DNS names may exceed the 63 char limit on label values and they're not too useful for pod matching in services etc.
* Sets all labels at the end of the init script,broker-init-pod-lablerStaffan Olsson2018-01-081-5/+8
| | | | | | to speed up a bit and reduce the risk that it interferes with actual config. Also if the init script goes crash looping you won't get warnings about labels already being set.
* Sets other useful labels, for #78 and #56Staffan Olsson2018-01-081-2/+5
|
* Revert "Deprecates our own statefulset pod label kafka-broker-id"Staffan Olsson2018-01-081-1/+0
| | | | This reverts commit 096e3bdfba31d2918520011886a6a0d1f1b08c84.
* Deprecates our own statefulset pod label kafka-broker-idyolean-topic-managementStaffan Olsson2017-12-141-0/+1
|
* I find it scary when broker start logs:Staffan Olsson2017-12-141-0/+1
| | | | | | | log.dir = /tmp/kafka-logs log.dirs = /var/lib/kafka/data/topics but this is the lesser of two evils compared to duplicate values
* Now was a good time to get rid of the last --overrideStaffan Olsson2017-12-131-1/+1
| | | | as we now encourage close scrutiny of the config file.
* Moves the essential data path config to theStaffan Olsson2017-12-131-1/+1
| | | | config location suggested by Kafka's sample conf.
* Permanent retention is a friendlier default,Staffan Olsson2017-12-131-1/+1
| | | | | | | 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.
* Places the values that are most likely to need attention at the topStaffan Olsson2017-12-131-52/+19
|
* Gathers the config that has to do with topic creationStaffan Olsson2017-12-131-0/+3
| | | | | | | 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.
* Lets clusters define their preferred (prod) replication factorStaffan Olsson2017-12-011-0/+3
| | | | | so that we can omit replication-factor when creating topics, as we benefit from reusing such commands or definitions across dev-qa-prod.
* Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-091-0/+272