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 af64281 MINOR: Removing duplicate word from streams develope-guide
(#155)
af64281 is described below
commit af64281f1ff9a04b2b4d40b0936dd7ad45cd6dbf
Author: bibin sebastian <[email protected]>
AuthorDate: Tue Jul 24 02:19:29 2018 +0530
MINOR: Removing duplicate word from streams develope-guide (#155)
Reviewers: Guozhang Wang <[email protected]>
---
11/streams/developer-guide/write-streams.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/11/streams/developer-guide/write-streams.html
b/11/streams/developer-guide/write-streams.html
index 98c85d6..87dd4e1 100644
--- a/11/streams/developer-guide/write-streams.html
+++ b/11/streams/developer-guide/write-streams.html
@@ -44,7 +44,7 @@
<p>You can define the processor topology with the Kafka Streams APIs:</p>
<dl class="docutils">
<dt><a class="reference internal"
href="dsl-api.html#streams-developer-guide-dsl"><span class="std std-ref">Kafka
Streams DSL</span></a></dt>
- <dd>A high-level API that provides provides the most common data
transformation operations such as <code class="docutils literal"><span
class="pre">map</span></code>, <code class="docutils literal"><span
class="pre">filter</span></code>, <code class="docutils literal"><span
class="pre">join</span></code>, and <code class="docutils literal"><span
class="pre">aggregations</span></code> out of the box. The DSL is the
recommended starting point for developers new to Kafka Streams, and [...]
+ <dd>A high-level API that provides the most common data transformation
operations such as <code class="docutils literal"><span
class="pre">map</span></code>, <code class="docutils literal"><span
class="pre">filter</span></code>, <code class="docutils literal"><span
class="pre">join</span></code>, and <code class="docutils literal"><span
class="pre">aggregations</span></code> out of the box. The DSL is the
recommended starting point for developers new to Kafka Streams, and should co
[...]
<dt><a class="reference internal"
href="processor-api.html#streams-developer-guide-processor-api"><span
class="std std-ref">Processor API</span></a></dt>
<dd>A low-level API that lets you add and connect processors as well as
interact directly with state stores. The Processor API provides you with even
more flexibility than the DSL but at the expense of requiring more manual work
on the side of the application developer (e.g., more lines of code).</dd>
</dl>