aboutsummaryrefslogtreecommitdiff
path: root/maintenance/README.md
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2018-02-02 18:31:08 +0100
committerStaffan Olsson <staffan@repos.se>2018-02-02 18:31:08 +0100
commit49649e19bb7775165b6f5409211e05840f5c50ef (patch)
tree9edbf38eb3f257023520430b7bd97fc3a1288622 /maintenance/README.md
parente6a7aec8bd4db6cb75617e05dd451f77f9a0cd54 (diff)
parent4257128ef49dd19696944a6691ac52d4487bcf43 (diff)
downloadkubernetes-kafka-49649e19bb7775165b6f5409211e05840f5c50ef.tar.gz
kubernetes-kafka-49649e19bb7775165b6f5409211e05840f5c50ef.tar.bz2
kubernetes-kafka-49649e19bb7775165b6f5409211e05840f5c50ef.zip
Merge branch 'increase-replication-factor' into ops-jobs
motivated by https://github.com/Yolean/kubernetes-kafka/pull/140
Diffstat (limited to 'maintenance/README.md')
-rw-r--r--maintenance/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/maintenance/README.md b/maintenance/README.md
index efe1d81..45684fd 100644
--- a/maintenance/README.md
+++ b/maintenance/README.md
@@ -20,3 +20,13 @@ Create the `preferred-replica-election-job.yml` resource, after deleting any pre
_-- Neha Narkhede, Gwen Shapira, and Todd Palino. ”Kafka: The Definitive Guide”_
Use the `reassign-paritions-job.yml`, after editing `TOPICS` and `BROKERS`.
+
+## Increase a topic's replication factor
+
+See https://github.com/Yolean/kubernetes-kafka/pull/140
+
+Use the `replication-factor-increase-job.yml`, after editing `TOPICS` and `BROKERS`.
+
+The affected topics may end up without a preferred replica. See above to fix that,
+or to affect only your selected topics use [Kafka Manager's](https://github.com/Yolean/kubernetes-kafka/pull/83) topic screen,
+Generate Partition Assignments followed by Reassigned Partitions.