From 72b3bc737c4d53a8a4685adca2ef0e5a0f65c355 Mon Sep 17 00:00:00 2001 From: Joel Hamill Date: Tue, 3 Oct 2017 17:51:03 -0700 Subject: [PATCH 1/3] MINOR: Update verbiage on landing page Author: Joel Hamill Author: Joel Hamill <11722533+joel-hamill@users.noreply.github.com> Reviewers: Guozhang Wang , Michael G. Noll , Damian Guy Closes #77 from joel-hamill/joel-hamill/nav-fixes-streams --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 14870e07ca..fad0bd6a64 100644 --- a/index.html +++ b/index.html @@ -6,18 +6,18 @@
From 4f17bfb125142c9f333f80153414446c8406cd6b Mon Sep 17 00:00:00 2001 From: Joel Hamill Date: Wed, 4 Oct 2017 17:05:42 -0700 Subject: [PATCH 2/3] Back out changes to index Add footer space --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index fad0bd6a64..14870e07ca 100644 --- a/index.html +++ b/index.html @@ -6,18 +6,18 @@
From b3ecdd0b13199e41af548c22ce1f1ffcc669b6ed Mon Sep 17 00:00:00 2001 From: Joel Hamill Date: Thu, 12 Oct 2017 08:53:42 -0700 Subject: [PATCH 3/3] Port changes from PR4017 and PR3862 to 0110 --- 0110/introduction.html | 2 +- 0110/streams/developer-guide.html | 2046 ++++++++++++++++++++++++++--- 0110/streams/quickstart.html | 6 +- 0110/streams/tutorial.html | 2 +- 0110/streams/upgrade-guide.html | 2 +- 5 files changed, 1880 insertions(+), 178 deletions(-) diff --git a/0110/introduction.html b/0110/introduction.html index 65f021eea8..e2219b33a5 100644 --- a/0110/introduction.html +++ b/0110/introduction.html @@ -202,7 +202,7 @@

Putting the Pieces Together

Likewise for streaming data pipelines the combination of subscription to real-time events make it possible to use Kafka for very low-latency pipelines; but the ability to store data reliably make it possible to use it for critical data where the delivery of data must be guaranteed or for integration with offline systems that load data only periodically or may go down for extended periods of time for maintenance. The stream processing facilities make it possible to transform data as it arrives.

- For more information on the guarantees, apis, and capabilities Kafka provides see the rest of the documentation. + For more information on the guarantees, APIs, and capabilities Kafka provides see the rest of the documentation.

diff --git a/0110/streams/developer-guide.html b/0110/streams/developer-guide.html index 15298a74c3..c74ca6eb38 100644 --- a/0110/streams/developer-guide.html +++ b/0110/streams/developer-guide.html @@ -18,8 +18,67 @@