mirror of https://github.com/apache/kafka.git
Rename streams tutorial and quickstart
Changed these topic titles: - Write your own Streams Applications -> Tutorial: Write a Streams Application - Play with a Streams Application -> Run the Streams Demo Application Author: Joel Hamill <joel@Joel-Hamill-Confluent.local> Author: Joel Hamill <11722533+joel-hamill@users.noreply.github.com> Reviewers: Michael G. Noll <michael@confluent.io>, Guozhang Wang <wangguoz@gmail.com> Closes #4017 from joel-hamill/joel-hamill/streams-titles
This commit is contained in:
parent
e40b3a2e74
commit
ff5fc9dd1e
|
@ -17,8 +17,8 @@
|
|||
<script><!--#include virtual="../js/templateData.js" --></script>
|
||||
|
||||
<script id="content-template" type="text/x-handlebars-template">
|
||||
<h1>Quickstart</h2>
|
||||
<h2>Play with a Streams Application</h2>
|
||||
|
||||
<h1>Run Streams Demo Application</h1>
|
||||
|
||||
<p>
|
||||
This tutorial assumes you are starting fresh and have no existing Kafka or ZooKeeper data. However, if you have already started Kafka and
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<script><!--#include virtual="../js/templateData.js" --></script>
|
||||
|
||||
<script id="content-template" type="text/x-handlebars-template">
|
||||
<h1>Write your own Streams Applications</h1>
|
||||
<h1>Tutorial: Write a Streams Application</h1>
|
||||
|
||||
<p>
|
||||
In this guide we will start from scratch on setting up your own project to write a stream processing application using Kafka Streams.
|
||||
|
|
Loading…
Reference in New Issue