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 5e6d2b4 KAFKA-8213 - Fix typo in Streams Dev Guide (#6574) 5e6d2b4 is described below commit 5e6d2b482ce5037e433277895a46776b02510cc9 Author: Victoria Bialas <londoncall...@users.noreply.github.com> AuthorDate: Sat Apr 13 15:35:47 2019 -0700 KAFKA-8213 - Fix typo in Streams Dev Guide (#6574) Reviewers: Jim Galasyn <jim.gala...@confluent.io>, Joel Hamill <j...@confluent.io>, Matthias J. Sax <matth...@confluent.io> --- docs/streams/developer-guide/interactive-queries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streams/developer-guide/interactive-queries.html b/docs/streams/developer-guide/interactive-queries.html index 3c3c20a..236e92a 100644 --- a/docs/streams/developer-guide/interactive-queries.html +++ b/docs/streams/developer-guide/interactive-queries.html @@ -59,7 +59,7 @@ <p>There are local and remote components to interactively querying the state of your application.</p> <dl class="docutils"> <dt>Local state</dt> - <dd>An application instance can query the locally managed portion of the state and directly query its own local state stores. You can use the corresponding local data in other parts of your application code, as long as it doesn’t required calling the Kafka Streams API. Querying state stores is always read-only to guarantee that the underlying state stores will never be mutated out-of-band (e.g., you cannot add new entries). State stores should only be mutated by the c [...] + <dd>An application instance can query the locally managed portion of the state and directly query its own local state stores. You can use the corresponding local data in other parts of your application code, as long as it doesn’t require calling the Kafka Streams API. Querying state stores is always read-only to guarantee that the underlying state stores will never be mutated out-of-band (e.g., you cannot add new entries). State stores should only be mutated by the co [...] <dt>Remote state</dt> <dd><p class="first">To query the full state of your application, you must connect the various fragments of the state, including:</p> <ul class="simple">