This is an automated email from the ASF dual-hosted git repository. mjsax pushed a commit to branch 1.0 in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/1.0 by this push: new c5c5beb KAFKA-6663: Doc for `GlobalKTable` should be corrected. (#4723) c5c5beb is described below commit c5c5beb5b614c1cf97f2cc2f66d68d33c6cfe07a Author: huxi <huxi...@hotmail.com> AuthorDate: Sat Mar 17 04:24:14 2018 +0800 KAFKA-6663: Doc for `GlobalKTable` should be corrected. (#4723) Reviewers: John Roesler <j...@confluent.io>, Bill Bejeck <b...@confluent.io>, Guozhang Wang <guozh...@confluent.io>, Damian Guy <dam...@confluent.io>, Matthias J. Sax <matth...@confluent.io> --- docs/streams/developer-guide/dsl-api.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/streams/developer-guide/dsl-api.html b/docs/streams/developer-guide/dsl-api.html index 5cf307a..112746b 100644 --- a/docs/streams/developer-guide/dsl-api.html +++ b/docs/streams/developer-guide/dsl-api.html @@ -180,8 +180,7 @@ (when the record value is not <code class="docutils literal"><span class="pre">null</span></code>) or as DELETE (when the value is <code class="docutils literal"><span class="pre">null</span></code>) for that key. <a class="reference external" href="../../../javadoc/org/apache/kafka/streams/StreamsBuilder.html#globalTable-java.lang.String(java.lang.String)">(details)</a></p> <p>In the case of a GlobalKTable, the local GlobalKTable instance of every application instance will - be populated with data from only <strong>a subset</strong> of the partitions of the input topic. Collectively, across - all application instances, all input topic partitions are read and processed.</p> + be populated with data from <strong>all</strong> the partitions of the input topic.</p> <p>You must provide a name for the table (more precisely, for the internal <a class="reference internal" href="../architecture.html#streams-architecture-state"><span class="std std-ref">state store</span></a> that backs the table). This is required for supporting <a class="reference internal" href="interactive-queries.html#streams-developer-guide-interactive-queries"><span class="std std-ref">interactive queries</span></a> against the table. When a -- To stop receiving notification emails like this one, please contact mj...@apache.org.