Skip to content

Commit

Permalink
Manual edits needed for 0.10.2 release
Browse files Browse the repository at this point in the history
Author: Guozhang Wang <[email protected]>
Author: Derrick Or <[email protected]>

Reviewers: Ewen Chesklack-Postava <[email protected]>

Closes apache#45 from guozhangwang/KRelease-0.10.2
  • Loading branch information
guozhangwang committed Feb 22, 2017
1 parent b294ebc commit cab4453
Show file tree
Hide file tree
Showing 21 changed files with 379 additions and 315 deletions.
1 change: 1 addition & 0 deletions 0100/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
18 changes: 9 additions & 9 deletions 0101/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--#include virtual="../includes/_header.htm" -->
<!--#include virtual="../includes/_top.htm" -->

<div class="content documentation documentation--current">
<div class="content documentation">
<!--#include virtual="../includes/_nav.htm" -->
<div class="right">
<!--#include virtual="../includes/_docs_banner.htm" -->
Expand Down Expand Up @@ -143,14 +143,14 @@ <h3>Kafka 0.10.1 Documentation</h3>
<li><a href="#connect_development">8.3 Connector Development Guide</a></li>
</ul>
</li>
<li><a href="/documentation/streams">9. Kafka Streams</a>
<li><a href="/0101/documentation/streams">9. Kafka Streams</a>
<ul>
<li><a href="/documentation/streams#streams_overview">9.1 Overview</a></li>
<li><a href="/documentation/streams#streams_developer">9.2 Developer Guide</a></li>
<li><a href="/0101/documentation/streams#streams_overview">9.1 Overview</a></li>
<li><a href="/0101/documentation/streams#streams_developer">9.2 Developer Guide</a></li>
<ul>
<li><a href="/documentation/streams#streams_concepts">Core Concepts</a></li>
<li><a href="/documentation/streams#streams_processor">Low-Level Processor API</a></li>
<li><a href="/documentation/streams#streams_dsl">High-Level Streams DSL</a></li>
<li><a href="/0101/documentation/streams#streams_concepts">Core Concepts</a></li>
<li><a href="/0101/documentation/streams#streams_processor">Low-Level Processor API</a></li>
<li><a href="/0101/documentation/streams#streams_dsl">High-Level Streams DSL</a></li>
</ul>
</ul>
</li>
Expand Down Expand Up @@ -194,10 +194,10 @@ <h2><a id="security" href="#security">7. Security</a></h2>
<h2><a id="connect" href="#connect">8. Kafka Connect</a></h2>
<!--#include virtual="connect.html" -->

<h2><a id="streams" href="/documentation/streams">9. Kafka Streams</a></h2>
<h2><a id="streams" href="/0101/documentation/streams">9. Kafka Streams</a></h2>
<p>Kafka Streams is a client library for processing and analyzing data stored in Kafka and either write the resulting data back to Kafka or send the final output to an external system. It builds upon important stream processing concepts such as properly distinguishing between event time and processing time, windowing support, and simple yet efficient management of application state.</p>
<p>Kafka Streams has a <b>low barrier to entry</b>: You can quickly write and run a small-scale proof-of-concept on a single machine; and you only need to run additional instances of your application on multiple machines to scale up to high-volume production workloads. Kafka Streams transparently handles the load balancing of multiple instances of the same application by leveraging Kafka's parallelism model.</p>
<p><a href="/documentation/streams">learn more about streams</a></p>
<p><a href="/0101/documentation/streams">learn more about streams</a></p>

<!--#include virtual="../includes/_footer.htm" -->
<!--#include virtual="../includes/_docs_footer.htm" -->
1 change: 1 addition & 0 deletions 0101/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 0101/documentation/streams.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../streams.html" -->
2 changes: 1 addition & 1 deletion 0101/streams.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h5><a id="streams_dsl_sink" href="#streams_dsl_sink">Write streams back to Kafk

<!--#include virtual="../includes/_header.htm" -->
<!--#include virtual="../includes/_top.htm" -->
<div class="content documentation documentation--current">
<div class="content documentation">
<!--#include virtual="../includes/_nav.htm" -->
<div class="right">
<!--#include virtual="../includes/_docs_banner.htm" -->
Expand Down
1 change: 1 addition & 0 deletions 0102/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 07/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 08/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 081/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 082/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
1 change: 1 addition & 0 deletions 090/documentation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--#include virtual="../documentation.html" -->
2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- should always link the the latest release's documentation -->
<!--#include virtual="0101/documentation.html" -->
<!--#include virtual="0102/documentation.html" -->
2 changes: 1 addition & 1 deletion documentation/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- should always link the the latest release's documentation -->
<!--#include virtual="../0101/documentation.html" -->
<!--#include virtual="../0102/documentation.html" -->
2 changes: 1 addition & 1 deletion documentation/streams.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- should always link the the latest release's documentation -->
<!--#include virtual="../0101/streams.html" -->
<!--#include virtual="../0102/streams.html" -->
Loading

0 comments on commit cab4453

Please sign in to comment.