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 e3def51b MINOR: Fix DSL typo in streams docs (#412)
e3def51b is described below
commit e3def51b3d357663e2546d6a5b11c4d6f6144247
Author: Milind Mantri <[email protected]>
AuthorDate: Wed May 18 22:44:55 2022 +0530
MINOR: Fix DSL typo in streams docs (#412)
Reviewers: Guozhang Wang <[email protected]>
---
32/streams/developer-guide/dsl-topology-naming.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/32/streams/developer-guide/dsl-topology-naming.html
b/32/streams/developer-guide/dsl-topology-naming.html
index 9e687f9a..cd11c132 100644
--- a/32/streams/developer-guide/dsl-topology-naming.html
+++ b/32/streams/developer-guide/dsl-topology-naming.html
@@ -41,7 +41,7 @@
you are required to explicitly name each one.
</p>
<p>
- At the DLS layer, there are operators. A single DSL
operator may
+ At the DSL layer, there are operators. A single DSL
operator may
compile down to multiple <code>Processors</code> and
<code>State Stores</code>, and
if required <code>repartition topics</code>. But with the
Kafka Streams
DSL, all these names are generated for you. There is a
relationship between