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 2017/06/16 20:07:22 UTC

kafka git commit: MINOR: (docs) in section, not at section

Repository: kafka
Updated Branches:
  refs/heads/trunk f49697a27 -> 518f141ed


MINOR: (docs) in section, not at section

See https://english.stackexchange.com/questions/158981/at-this-section-vs-in-this-section and https://forum.wordreference.com/threads/at-in-within-the-section-we-can-find.374188/

Author: mihbor <mb...@gmail.com>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #3228 from mihbor/patch-8


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/518f141e
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/518f141e
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/518f141e

Branch: refs/heads/trunk
Commit: 518f141ed0c6ca8a91da36a427650fc329a943fd
Parents: f49697a
Author: Michal Borowiecki <mb...@gmail.com>
Authored: Fri Jun 16 13:07:18 2017 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Fri Jun 16 13:07:18 2017 -0700

----------------------------------------------------------------------
 docs/streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/518f141e/docs/streams.html
----------------------------------------------------------------------
diff --git a/docs/streams.html b/docs/streams.html
index 8192bf7..cda7ebb 100644
--- a/docs/streams.html
+++ b/docs/streams.html
@@ -266,7 +266,7 @@
         Note that the cost of task (re)initialization typically depends primarily on the time for restoring the state by replaying the state stores' associated changelog topics.
         To minimize this restoration time, users can configure their applications to have <b>standby replicas</b> of local states (i.e. fully replicated copies of the state).
         When a task migration happens, Kafka Streams then attempts to assign a task to an application instance where such a standby replica already exists in order to minimize
-        the task (re)initialization cost. See <code>num.standby.replicas</code> at the <a href="/{{version}}/documentation/#streamsconfigs">Kafka Streams Configs</a> Section.
+        the task (re)initialization cost. See <code>num.standby.replicas</code> in the <a href="/{{version}}/documentation/#streamsconfigs">Kafka Streams Configs</a> Section.
         </p>
         <br>