lkokhreidze commented on a change in pull request #11923:
URL: https://github.com/apache/kafka/pull/11923#discussion_r831823225
##########
File path: docs/streams/architecture.html
##########
@@ -161,6 +161,12 @@ <h3 class="anchor-heading"><a
id="streams_architecture_recovery" class="anchor-l
Starting in 2.6, Kafka Streams will guarantee that a task is only ever
assigned to an instance with a fully caught-up local copy of the state, if such
an instance
exists. Standby tasks will increase the likelihood that a caught-up
instance exists in the case of a failure.
</p>
+ <p>
+ You can also configure standby replicas with rack awareness. When
configured, Kafka Streams will attempt to
+ create a standby task on a different "rack" than the active one, thus
having a faster recovery time when the
Review comment:
Done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]