You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/05/22 00:34:52 UTC

[kafka-site] branch asf-site updated: MINOR: Fix link in num.standby.replicas section (#142)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4d2eecc  MINOR: Fix link in num.standby.replicas section (#142)
4d2eecc is described below

commit 4d2eeccc9cb8686a8ba3085a91cecace2d1c3144
Author: Jim Galasyn <ji...@confluent.io>
AuthorDate: Mon May 21 17:34:50 2018 -0700

    MINOR: Fix link in num.standby.replicas section (#142)
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
---
 11/streams/developer-guide/config-streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/11/streams/developer-guide/config-streams.html b/11/streams/developer-guide/config-streams.html
index fd0cbca..4735713 100644
--- a/11/streams/developer-guide/config-streams.html
+++ b/11/streams/developer-guide/config-streams.html
@@ -373,7 +373,7 @@
               Standby replicas are used to minimize the latency of task failover.  A task that was previously running on a failed instance is
               preferred to restart on an instance that has standby replicas so that the local state store restoration process from its
               changelog can be minimized.  Details about how Kafka Streams makes use of the standby replicas to minimize the cost of
-              resuming tasks on failover can be found in the <a class="reference internal" href="../architecture.html#streams-architecture-state"><span class="std std-ref">State</span></a> section.</div></blockquote>
+              resuming tasks on failover can be found in the <a class="reference internal" href="../architecture.html#streams_architecture_state"><span class="std std-ref">State</span></a> section.</div></blockquote>
         </div>
         <div class="section" id="num-stream-threads">
           <h4><a class="toc-backref" href="#id11">num.stream.threads</a><a class="headerlink" href="#num-stream-threads" title="Permalink to this headline"></a></h4>

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.