aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2018-02-02 18:30:26 +0100
committerStaffan Olsson <staffan@repos.se>2018-02-02 18:30:26 +0100
commit4257128ef49dd19696944a6691ac52d4487bcf43 (patch)
tree9edbf38eb3f257023520430b7bd97fc3a1288622
parent31913591989c4f824307578964b815803e475493 (diff)
downloadkubernetes-kafka-4257128ef49dd19696944a6691ac52d4487bcf43.tar.gz
kubernetes-kafka-4257128ef49dd19696944a6691ac52d4487bcf43.tar.bz2
kubernetes-kafka-4257128ef49dd19696944a6691ac52d4487bcf43.zip
Explains why this operation is here
-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.