KAFKA-6663: Doc for `GlobalKTable` should be corrected. (#4723)

Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io>, Damian Guy <damian@confluent.io>, Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
huxi 2018-03-17 04:24:14 +08:00 committed by Matthias J. Sax
parent 9e0e6e43a7
commit a9c16a8110
1 changed files with 1 additions and 2 deletions

View File

@ -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. (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> <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 <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 be populated with data from <strong>all</strong> the partitions of the input topic.</p>
all application instances, all input topic partitions are read and processed.</p>
<p>You must provide a name for the table (more precisely, for the internal <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 <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 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