kafka git commit: MINOR: Update docs for version 0.10.2.0

2017-02-01 Thread jgus
Repository: kafka
Updated Branches:
  refs/heads/0.10.2 54512cbaf -> 9cf6f9790


MINOR: Update docs for version 0.10.2.0

Author: Ewen Cheslack-Postava 

Reviewers: Jason Gustafson 

Closes #2480 from ewencp/docs-version-0.10.2.0

(cherry picked from commit cea46135338150e409e140b8b96856e060be8780)
Signed-off-by: Jason Gustafson 


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/9cf6f979
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/9cf6f979
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/9cf6f979

Branch: refs/heads/0.10.2
Commit: 9cf6f9790abea84681285b17da1c5abd0c314915
Parents: 54512cb
Author: Ewen Cheslack-Postava 
Authored: Wed Feb 1 10:25:24 2017 -0800
Committer: Jason Gustafson 
Committed: Wed Feb 1 10:25:37 2017 -0800

--
 docs/api.html   | 14 +++---
 docs/documentation.html |  4 ++--
 docs/quickstart.html|  8 
 3 files changed, 13 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kafka/blob/9cf6f979/docs/api.html
--
diff --git a/docs/api.html b/docs/api.html
index 20c3642..9b9cd96 100644
--- a/docs/api.html
+++ b/docs/api.html
@@ -31,7 +31,7 @@
The Producer API allows applications to send streams of data to topics 
in the Kafka cluster.

Examples showing how to use the producer are given in the
-   javadocs.
+   javadocs.

To use the producer, you can use the following maven dependency:
 
@@ -39,7 +39,7 @@
dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-clients/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -48,14 +48,14 @@
The Consumer API allows applications to read streams of data from 
topics in the Kafka cluster.

Examples showing how to use the consumer are given in the
-   javadocs.
+   javadocs.

To use the consumer, you can use the following maven dependency:

dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-clients/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -64,7 +64,7 @@
The Streams API allows transforming streams 
of data from input topics to output topics.

Examples showing how to use this library are given in the
-   javadocs
+   javadocs

Additional documentation on using the Streams API is available here.

@@ -74,7 +74,7 @@
dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-streams/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -84,7 +84,7 @@

Many users of Connect won't need to use this API directly, though, they 
can use pre-built connectors without needing to write any code. Additional 
information on using Connect is available here.

-   Those who want to implement custom connectors can see the javadoc.
+   Those who want to implement custom connectors can see the javadoc.

 
2.5 Legacy APIs

http://git-wip-us.apache.org/repos/asf/kafka/blob/9cf6f979/docs/documentation.html
--
diff --git a/docs/documentation.html b/docs/documentation.html
index e8516f9..6269984 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -25,8 +25,8 @@


 Documentation
-Kafka 0.10.0 Documentation
-Prior releases: 0.7.x, 0.8.0, 0.8.1.X, 0.8.2.X, 0.9.0.X.
+Kafka 0.10.2 Documentation
+Prior releases: 0.7.x, 0.8.0, 0.8.1.X, 0.8.2.X, 0.9.0.X, 0.10.0.X, 0.10.1.X.
 
 
 

http://git-wip-us.apache.org/repos/asf/kafka/blob/9cf6f979/docs/quickstart.html
--
diff --git a/docs/quickstart.html b/docs/quickstart.html
index c8f01d4..763d3e3 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -22,11 +22,11 @@ Since Kafka console scripts are different for Unix-based 
and Windows platforms,
 
 Step 1: Download 
the code
 
-https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz;
 title="Kafka downloads">Download the 0.10.0.1 release and un-tar it.

kafka git commit: MINOR: Update docs for version 0.10.2.0

2017-02-01 Thread jgus
Repository: kafka
Updated Branches:
  refs/heads/trunk 0b48ea1c8 -> cea461353


MINOR: Update docs for version 0.10.2.0

Author: Ewen Cheslack-Postava 

Reviewers: Jason Gustafson 

Closes #2480 from ewencp/docs-version-0.10.2.0


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/cea46135
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/cea46135
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/cea46135

Branch: refs/heads/trunk
Commit: cea46135338150e409e140b8b96856e060be8780
Parents: 0b48ea1
Author: Ewen Cheslack-Postava 
Authored: Wed Feb 1 10:25:24 2017 -0800
Committer: Jason Gustafson 
Committed: Wed Feb 1 10:25:24 2017 -0800

--
 docs/api.html   | 14 +++---
 docs/documentation.html |  4 ++--
 docs/quickstart.html|  8 
 3 files changed, 13 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kafka/blob/cea46135/docs/api.html
--
diff --git a/docs/api.html b/docs/api.html
index 20c3642..9b9cd96 100644
--- a/docs/api.html
+++ b/docs/api.html
@@ -31,7 +31,7 @@
The Producer API allows applications to send streams of data to topics 
in the Kafka cluster.

Examples showing how to use the producer are given in the
-   javadocs.
+   javadocs.

To use the producer, you can use the following maven dependency:
 
@@ -39,7 +39,7 @@
dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-clients/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -48,14 +48,14 @@
The Consumer API allows applications to read streams of data from 
topics in the Kafka cluster.

Examples showing how to use the consumer are given in the
-   javadocs.
+   javadocs.

To use the consumer, you can use the following maven dependency:

dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-clients/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -64,7 +64,7 @@
The Streams API allows transforming streams 
of data from input topics to output topics.

Examples showing how to use this library are given in the
-   javadocs
+   javadocs

Additional documentation on using the Streams API is available here.

@@ -74,7 +74,7 @@
dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-streams/artifactId
-   version0.10.0.0/version
+   version0.10.2.0/version
/dependency

 
@@ -84,7 +84,7 @@

Many users of Connect won't need to use this API directly, though, they 
can use pre-built connectors without needing to write any code. Additional 
information on using Connect is available here.

-   Those who want to implement custom connectors can see the javadoc.
+   Those who want to implement custom connectors can see the javadoc.

 
2.5 Legacy APIs

http://git-wip-us.apache.org/repos/asf/kafka/blob/cea46135/docs/documentation.html
--
diff --git a/docs/documentation.html b/docs/documentation.html
index e8516f9..6269984 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -25,8 +25,8 @@


 Documentation
-Kafka 0.10.0 Documentation
-Prior releases: 0.7.x, 0.8.0, 0.8.1.X, 0.8.2.X, 0.9.0.X.
+Kafka 0.10.2 Documentation
+Prior releases: 0.7.x, 0.8.0, 0.8.1.X, 0.8.2.X, 0.9.0.X, 0.10.0.X, 0.10.1.X.
 
 
 

http://git-wip-us.apache.org/repos/asf/kafka/blob/cea46135/docs/quickstart.html
--
diff --git a/docs/quickstart.html b/docs/quickstart.html
index c8f01d4..763d3e3 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -22,11 +22,11 @@ Since Kafka console scripts are different for Unix-based 
and Windows platforms,
 
 Step 1: Download 
the code
 
-https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz;
 title="Kafka downloads">Download the 0.10.0.1 release and un-tar it.
+https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz;
 title="Kafka downloads">Download the 0.10.2.0 release and un-tar it.
 
 
- tar -xzf kafka_2.11-0.10.0.1.tgz
- cd