From 4fd60c6120dc4330deb7317360c835b04bc6cb9a Mon Sep 17 00:00:00 2001 From: James Cheng Date: Tue, 9 Feb 2016 10:33:39 -0800 Subject: [PATCH] KAFKA-3216: "Modifying topics" section incorrectly says you can't change replication factor. Correct the text that said that you can't change the replication factor of a topic. Author: James Cheng Reviewers: Ismael Juma Closes #881 from wushujames/KAFKA-3216 --- docs/ops.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ops.html b/docs/ops.html index 8c01035456f..33080e2446e 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -62,7 +62,9 @@ And finally deleting a topic: Topic deletion option is disabled by default. To enable it set the server config
delete.topic.enable=true

-Kafka does not currently support reducing the number of partitions for a topic or changing the replication factor. +Kafka does not currently support reducing the number of partitions for a topic. +

+Instructions for changing the replication factor of a topic can be found here.

Graceful shutdown