mirror of https://github.com/apache/kafka.git
KAFKA-8209: Wrong link for KStreams DSL in core concepts doc (#6564)
Reviewers Matthias J. Sax <mjsax@apache.org>, Michael Drogalis <michael.drogalis@confluent.io>, Victoria Bialas <vicky@confluent.io>
This commit is contained in:
parent
ad0f7aead7
commit
75dc7e2b6b
|
|
@ -185,7 +185,7 @@
|
|||
Some stream processing applications don't require state, which means the processing of a message is independent from
|
||||
the processing of all other messages.
|
||||
However, being able to maintain state opens up many possibilities for sophisticated stream processing applications: you
|
||||
can join input streams, or group and aggregate data records. Many such stateful operators are provided by the <a href="/{{version}}/documentation/streams/developer-guide#streams_dsl"><b>Kafka Streams DSL</b></a>.
|
||||
can join input streams, or group and aggregate data records. Many such stateful operators are provided by the <a href="/{{version}}/documentation/streams/developer-guide/dsl-api.html"><b>Kafka Streams DSL</b></a>.
|
||||
</p>
|
||||
<p>
|
||||
Kafka Streams provides so-called <b>state stores</b>, which can be used by stream processing applications to store and query data.
|
||||
|
|
|
|||
Loading…
Reference in New Issue