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.