Skip to content

Commit

Permalink
KAFKA-8209: Wrong link for KStreams DSL in core concepts doc (apache#…
Browse files Browse the repository at this point in the history
…6564)

Reviewers Matthias J. Sax <[email protected]>, Michael Drogalis <[email protected]>, Victoria Bialas <[email protected]>
  • Loading branch information
bbejeck committed Apr 16, 2019
1 parent 9ed5e96 commit 2ffb62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streams/core-concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3><a id="streams_state" href="#streams_state">States</a></h3>
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.
Expand Down

0 comments on commit 2ffb62f

Please sign in to comment.