Skip to content

Commit 4257128

Browse files
committed
Explains why this operation is here
1 parent 3191359 commit 4257128

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

maintenance/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ Create the `preferred-replica-election-job.yml` resource, after deleting any pre
2020
_-- Neha Narkhede, Gwen Shapira, and Todd Palino. ”Kafka: The Definitive Guide”_
2121

2222
Use the `reassign-paritions-job.yml`, after editing `TOPICS` and `BROKERS`.
23+
24+
## Increase a topic's replication factor
25+
26+
See https://github.com/Yolean/kubernetes-kafka/pull/140
27+
28+
Use the `replication-factor-increase-job.yml`, after editing `TOPICS` and `BROKERS`.
29+
30+
The affected topics may end up without a preferred replica. See above to fix that,
31+
or to affect only your selected topics use [Kafka Manager's](https://github.com/Yolean/kubernetes-kafka/pull/83) topic screen,
32+
Generate Partition Assignments followed by Reassigned Partitions.

0 commit comments

Comments
 (0)