Skip to content

Commit

Permalink
MINOR: Fix typo in docs (apache#7158)
Browse files Browse the repository at this point in the history
Reviewer: Matthias J. Sax <[email protected]>
  • Loading branch information
londoncalling authored and mjsax committed Aug 3, 2019
1 parent 96c575a commit c76f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uses.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h4><a id="uses_streamprocessing" href="#uses_streamprocessing">Stream Processin
Many users of Kafka process data in processing pipelines consisting of multiple stages, where raw input data is consumed from Kafka topics and then
aggregated, enriched, or otherwise transformed into new topics for further consumption or follow-up processing.
For example, a processing pipeline for recommending news articles might crawl article content from RSS feeds and publish it to an "articles" topic;
further processing might normalize or deduplicate this content and published the cleansed article content to a new topic;
further processing might normalize or deduplicate this content and publish the cleansed article content to a new topic;
a final processing stage might attempt to recommend this content to users.
Such processing pipelines create graphs of real-time data flows based on the individual topics.
Starting in 0.10.0.0, a light-weight but powerful stream processing library called <a href="/documentation/streams">Kafka Streams</a>
Expand Down

0 comments on commit c76f565

Please sign in to comment.