mjsax commented on a change in pull request #11404: URL: https://github.com/apache/kafka/pull/11404#discussion_r733218123
########## File path: docs/streams/developer-guide/config-streams.html ########## @@ -755,7 +759,7 @@ <h4><a class="toc-backref" href="#id30">probing.rebalance.interval.ms</a><a clas <dl class="docutils"> <dt>Recommendation:</dt> <dd>Increase the replication factor to 3 to ensure that the internal Kafka Streams topic can tolerate up to 2 broker failures. - Note that you will require more storage space as well (3 times more with the replication factor of 3).</dd> + Note that you will require more storage space as well (3x with the replication factor of 3).</dd> Review comment: `3 times more` sounds incorrect, it's only 2x _more_ OR 3 times... And we use `3x` somewhere else. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org