http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/KafkaStreams.State.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.State.html 
b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.State.html
index ea7daae..6e61ac0 100644
--- a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.State.html
+++ b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.State.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>KafkaStreams.State (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>KafkaStreams.State (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KafkaStreams.State (kafka 0.11.0.0 API)";
+        parent.document.title="KafkaStreams.State (kafka 0.11.0.1 API)";
     }
 //-->
 </script>
@@ -121,9 +121,9 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
          |       +-----+--------+
          |             |
          |             v
-         |       +-----+--------+
-         +<----- | Rebalancing  | <----+
-         |       +--------------+      |
+         |       +-----+--------+ <-+
+         +<----- | Rebalancing  | --+
+         |       +--------------+ <----+
          |                             |
          |                             |
          |       +--------------+      |
@@ -132,15 +132,28 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
          |             |
          |             v
          |       +-----+--------+
-         +-----> | Pending      |
-                 | Shutdown     |
-                 +-----+--------+
-                       |
-                       v
-                 +-----+--------+
-                 | Not Running  |
+         +-----> | Pending      |<----+
+         |       | Shutdown     |     |
+         |       +-----+--------+     |
+         |             |              |
+         |             v              |
+         |       +-----+--------+     |
+         |       | Not Running  |     |
+         |       +--------------+     |
+         |                            |
+         |       +--------------+     |
+         +-----> | Error        |-----+
                  +--------------+
- </pre></div>
+
+
+ </pre>
+ Note the following:
+ - Any state can go to PENDING_SHUTDOWN and subsequently NOT_RUNNING.
+ - It is theoretically possible for a thread to always be in the 
PARTITION_REVOKED state
+ (see <code>StreamThread</code> state diagram) and hence it is possible that 
this instance is always
+ on a REBALANCING state.
+ - Of special importance: If the global stream thread dies, or all stream 
threads die (or both) then
+ the instance will be in the ERROR state. The user will need to close it.</div>
 </li>
 </ul>
 </div>
@@ -162,15 +175,18 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
 <td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#CREATED">CREATED</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#NOT_RUNNING">NOT_RUNNING</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#ERROR">ERROR</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#PENDING_SHUTDOWN">PENDING_SHUTDOWN</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#NOT_RUNNING">NOT_RUNNING</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#REBALANCING">REBALANCING</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#PENDING_SHUTDOWN">PENDING_SHUTDOWN</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#REBALANCING">REBALANCING</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#RUNNING">RUNNING</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -190,23 +206,19 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#isCreatedOrRunning()">isCreatedOrRunning</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#isRunning()">isRunning</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#isValidTransition(org.apache.kafka.streams.KafkaStreams.State)">isValidTransition</a></strong>(<a
 href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" 
title="enum in 
org.apache.kafka.streams">KafkaStreams.State</a>&nbsp;newState)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#valueOf(java.lang.String)">valueOf</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the enum constant of this type with the specified 
name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a>[]</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html#values()">values</a></strong>()</code>
 <div class="block">Returns an array containing the constants of this enum 
type, in
@@ -251,22 +263,22 @@ the order they are declared.</div>
 <pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> CREATED</pre>
 </li>
 </ul>
-<a name="RUNNING">
+<a name="REBALANCING">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>RUNNING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> RUNNING</pre>
+<h4>REBALANCING</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> REBALANCING</pre>
 </li>
 </ul>
-<a name="REBALANCING">
+<a name="RUNNING">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>REBALANCING</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> REBALANCING</pre>
+<h4>RUNNING</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> RUNNING</pre>
 </li>
 </ul>
 <a name="PENDING_SHUTDOWN">
@@ -281,12 +293,21 @@ the order they are declared.</div>
 <a name="NOT_RUNNING">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>NOT_RUNNING</h4>
 <pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> NOT_RUNNING</pre>
 </li>
 </ul>
+<a name="ERROR">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ERROR</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a> ERROR</pre>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -339,15 +360,6 @@ not permitted.)</div>
 <pre>public&nbsp;boolean&nbsp;isRunning()</pre>
 </li>
 </ul>
-<a name="isCreatedOrRunning()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isCreatedOrRunning</h4>
-<pre>public&nbsp;boolean&nbsp;isCreatedOrRunning()</pre>
-</li>
-</ul>
 <a name="isValidTransition(org.apache.kafka.streams.KafkaStreams.State)">
 <!--   -->
 </a>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/KafkaStreams.StateListener.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.StateListener.html 
b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.StateListener.html
index 69410be..3fdae67 100644
--- a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.StateListener.html
+++ b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.StateListener.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>KafkaStreams.StateListener (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>KafkaStreams.StateListener (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KafkaStreams.StateListener (kafka 0.11.0.0 
API)";
+        parent.document.title="KafkaStreams.StateListener (kafka 0.11.0.1 
API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/KafkaStreams.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.html 
b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.html
index 6efb48b..7796368 100644
--- a/0110/javadoc/org/apache/kafka/streams/KafkaStreams.html
+++ b/0110/javadoc/org/apache/kafka/streams/KafkaStreams.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>KafkaStreams (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>KafkaStreams (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KafkaStreams (kafka 0.11.0.0 API)";
+        parent.document.title="KafkaStreams (kafka 0.11.0.1 API)";
     }
 //-->
 </script>
@@ -422,7 +422,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <h4>state</h4>
 <pre>public&nbsp;<a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams">KafkaStreams.State</a>&nbsp;state()</pre>
 <div class="block">Return the current <a 
href="../../../../org/apache/kafka/streams/KafkaStreams.State.html" title="enum 
in org.apache.kafka.streams"><code>KafkaStreams.State</code></a> of this 
<code>KafkaStreams</code> instance.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the currnt state of this 
Kafka Streams instance</dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the current state of this 
Kafka Streams instance</dd></dl>
 </li>
 </ul>
 <a name="metrics()">
@@ -479,7 +479,8 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  A <code>timeout</code> of 0 means to wait forever.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> - 
how long to wait for the threads to shutdown</dd><dd><code>timeUnit</code> - 
unit of time used for timeout</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if all 
threads were successfully stopped&mdash;<code>false</code> if the timeout was 
reached
- before all threads stopped</dd></dl>
+ before all threads stopped
+ Note that this method must not be called in the <code>onChange</code> 
callback of <a 
href="../../../../org/apache/kafka/streams/KafkaStreams.StateListener.html" 
title="interface in 
org.apache.kafka.streams"><code>KafkaStreams.StateListener</code></a>.</dd></dl>
 </li>
 </ul>
 <a name="toString()">

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/KeyValue.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/KeyValue.html 
b/0110/javadoc/org/apache/kafka/streams/KeyValue.html
index e9406a2..90558ba 100644
--- a/0110/javadoc/org/apache/kafka/streams/KeyValue.html
+++ b/0110/javadoc/org/apache/kafka/streams/KeyValue.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>KeyValue (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>KeyValue (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyValue (kafka 0.11.0.0 API)";
+        parent.document.title="KeyValue (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/StreamsConfig.InternalConfig.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/StreamsConfig.InternalConfig.html 
b/0110/javadoc/org/apache/kafka/streams/StreamsConfig.InternalConfig.html
index af2cd8c..fdf0d91 100644
--- a/0110/javadoc/org/apache/kafka/streams/StreamsConfig.InternalConfig.html
+++ b/0110/javadoc/org/apache/kafka/streams/StreamsConfig.InternalConfig.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StreamsConfig.InternalConfig (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>StreamsConfig.InternalConfig (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamsConfig.InternalConfig (kafka 0.11.0.0 
API)";
+        parent.document.title="StreamsConfig.InternalConfig (kafka 0.11.0.1 
API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/StreamsConfig.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/StreamsConfig.html 
b/0110/javadoc/org/apache/kafka/streams/StreamsConfig.html
index a26b62e..25a8f60 100644
--- a/0110/javadoc/org/apache/kafka/streams/StreamsConfig.html
+++ b/0110/javadoc/org/apache/kafka/streams/StreamsConfig.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StreamsConfig (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>StreamsConfig (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamsConfig (kafka 0.11.0.0 API)";
+        parent.document.title="StreamsConfig (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/StreamsMetrics.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/StreamsMetrics.html 
b/0110/javadoc/org/apache/kafka/streams/StreamsMetrics.html
index 8688f30..ba20b77 100644
--- a/0110/javadoc/org/apache/kafka/streams/StreamsMetrics.html
+++ b/0110/javadoc/org/apache/kafka/streams/StreamsMetrics.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StreamsMetrics (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>StreamsMetrics (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamsMetrics (kafka 0.11.0.0 API)";
+        parent.document.title="StreamsMetrics (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/BrokerNotFoundException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/BrokerNotFoundException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/BrokerNotFoundException.html
index 511ed9e..a3855bf 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/BrokerNotFoundException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/BrokerNotFoundException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>BrokerNotFoundException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>BrokerNotFoundException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BrokerNotFoundException (kafka 0.11.0.0 API)";
+        parent.document.title="BrokerNotFoundException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/InvalidStateStoreException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/InvalidStateStoreException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/InvalidStateStoreException.html
index 56d77ec..726ac01 100644
--- 
a/0110/javadoc/org/apache/kafka/streams/errors/InvalidStateStoreException.html
+++ 
b/0110/javadoc/org/apache/kafka/streams/errors/InvalidStateStoreException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>InvalidStateStoreException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>InvalidStateStoreException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InvalidStateStoreException (kafka 0.11.0.0 
API)";
+        parent.document.title="InvalidStateStoreException (kafka 0.11.0.1 
API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/LockException.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/errors/LockException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/LockException.html
index d9305e3..57d94a9 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/LockException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/LockException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>LockException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>LockException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LockException (kafka 0.11.0.0 API)";
+        parent.document.title="LockException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/ProcessorStateException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/ProcessorStateException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/ProcessorStateException.html
index c2c98a6..5ec655a 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/ProcessorStateException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/ProcessorStateException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>ProcessorStateException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ProcessorStateException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProcessorStateException (kafka 0.11.0.0 API)";
+        parent.document.title="ProcessorStateException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/StreamsException.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/errors/StreamsException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/StreamsException.html
index 1722f88..6919cb0 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/StreamsException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/StreamsException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StreamsException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>StreamsException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamsException (kafka 0.11.0.0 API)";
+        parent.document.title="StreamsException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/TaskAssignmentException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/TaskAssignmentException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/TaskAssignmentException.html
index 2785ac9..d04e88a 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/TaskAssignmentException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/TaskAssignmentException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>TaskAssignmentException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>TaskAssignmentException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TaskAssignmentException (kafka 0.11.0.0 API)";
+        parent.document.title="TaskAssignmentException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/TaskIdFormatException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/TaskIdFormatException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/TaskIdFormatException.html
index 234e86b..b01a8e8 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/TaskIdFormatException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/TaskIdFormatException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>TaskIdFormatException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>TaskIdFormatException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TaskIdFormatException (kafka 0.11.0.0 API)";
+        parent.document.title="TaskIdFormatException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/TopologyBuilderException.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/errors/TopologyBuilderException.html 
b/0110/javadoc/org/apache/kafka/streams/errors/TopologyBuilderException.html
index eae8c13..d92d322 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/TopologyBuilderException.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/TopologyBuilderException.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>TopologyBuilderException (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>TopologyBuilderException (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TopologyBuilderException (kafka 0.11.0.0 API)";
+        parent.document.title="TopologyBuilderException (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/package-frame.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/errors/package-frame.html 
b/0110/javadoc/org/apache/kafka/streams/errors/package-frame.html
index 6bfeb3c..6970250 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/package-frame.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/package-frame.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.errors (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.errors (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/package-summary.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/errors/package-summary.html 
b/0110/javadoc/org/apache/kafka/streams/errors/package-summary.html
index 9cacb3c..3dad0cf 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/package-summary.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/package-summary.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.errors (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.errors (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams.errors (kafka 0.11.0.0 
API)";
+        parent.document.title="org.apache.kafka.streams.errors (kafka 0.11.0.1 
API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/errors/package-tree.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/errors/package-tree.html 
b/0110/javadoc/org/apache/kafka/streams/errors/package-tree.html
index adedb9f..f18ded4 100644
--- a/0110/javadoc/org/apache/kafka/streams/errors/package-tree.html
+++ b/0110/javadoc/org/apache/kafka/streams/errors/package-tree.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.errors Class Hierarchy (kafka 0.11.0.0 
API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.errors Class Hierarchy (kafka 0.11.0.1 
API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams.errors Class Hierarchy 
(kafka 0.11.0.0 API)";
+        parent.document.title="org.apache.kafka.streams.errors Class Hierarchy 
(kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Aggregator.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Aggregator.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Aggregator.html
index 5e6099e..c3ce055 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Aggregator.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Aggregator.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>Aggregator (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Aggregator (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Aggregator (kafka 0.11.0.0 API)";
+        parent.document.title="Aggregator (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/ForeachAction.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/ForeachAction.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/ForeachAction.html
index 8a8307f..5a90af7 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/ForeachAction.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/ForeachAction.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>ForeachAction (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ForeachAction (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ForeachAction (kafka 0.11.0.0 API)";
+        parent.document.title="ForeachAction (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/GlobalKTable.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/GlobalKTable.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/GlobalKTable.html
index 605cedc..1d4a158 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/GlobalKTable.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/GlobalKTable.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>GlobalKTable (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>GlobalKTable (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="GlobalKTable (kafka 0.11.0.0 API)";
+        parent.document.title="GlobalKTable (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Initializer.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Initializer.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Initializer.html
index c3051c0..8395451 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Initializer.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Initializer.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>Initializer (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Initializer (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Initializer (kafka 0.11.0.0 API)";
+        parent.document.title="Initializer (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/JoinWindows.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/JoinWindows.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/JoinWindows.html
index 54e5f20..d4f67f5 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/JoinWindows.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/JoinWindows.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>JoinWindows (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>JoinWindows (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="JoinWindows (kafka 0.11.0.0 API)";
+        parent.document.title="JoinWindows (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedStream.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedStream.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedStream.html
index 91222ba..b1e1ebd 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedStream.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedStream.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>KGroupedStream (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KGroupedStream (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KGroupedStream (kafka 0.11.0.0 API)";
+        parent.document.title="KGroupedStream (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedTable.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedTable.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedTable.html
index 05b3c9f..f35717f 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedTable.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KGroupedTable.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>KGroupedTable (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KGroupedTable (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KGroupedTable (kafka 0.11.0.0 API)";
+        parent.document.title="KGroupedTable (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KStream.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KStream.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KStream.html
index 6d6b93d..15df9e2 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KStream.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KStream.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>KStream (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KStream (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KStream (kafka 0.11.0.0 API)";
+        parent.document.title="KStream (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KStreamBuilder.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KStreamBuilder.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KStreamBuilder.html
index 9a1a700..340ceb9 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KStreamBuilder.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KStreamBuilder.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>KStreamBuilder (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KStreamBuilder (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KStreamBuilder (kafka 0.11.0.0 API)";
+        parent.document.title="KStreamBuilder (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KTable.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KTable.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KTable.html
index 05fc042..2077a23 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KTable.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KTable.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>KTable (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KTable (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KTable (kafka 0.11.0.0 API)";
+        parent.document.title="KTable (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/KeyValueMapper.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/KeyValueMapper.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/KeyValueMapper.html
index 15dd5af..881f167 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/KeyValueMapper.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/KeyValueMapper.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>KeyValueMapper (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>KeyValueMapper (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyValueMapper (kafka 0.11.0.0 API)";
+        parent.document.title="KeyValueMapper (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Merger.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Merger.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Merger.html
index 8adf80c..84116f6 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Merger.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Merger.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Merger (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Merger (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Merger (kafka 0.11.0.0 API)";
+        parent.document.title="Merger (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Predicate.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Predicate.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Predicate.html
index 55c6107..6a22128 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Predicate.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Predicate.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Predicate (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Predicate (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Predicate (kafka 0.11.0.0 API)";
+        parent.document.title="Predicate (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/PrintForeachAction.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/kstream/PrintForeachAction.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/PrintForeachAction.html
index 76fa45e..2bc9fc8 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/PrintForeachAction.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/PrintForeachAction.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>PrintForeachAction (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>PrintForeachAction (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PrintForeachAction (kafka 0.11.0.0 API)";
+        parent.document.title="PrintForeachAction (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Reducer.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Reducer.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Reducer.html
index 1a4d4ad..9ceb4e7 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Reducer.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Reducer.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Reducer (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Reducer (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Reducer (kafka 0.11.0.0 API)";
+        parent.document.title="Reducer (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/SessionWindows.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/SessionWindows.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/SessionWindows.html
index 8a70789..5316bca 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/SessionWindows.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/SessionWindows.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>SessionWindows (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>SessionWindows (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SessionWindows (kafka 0.11.0.0 API)";
+        parent.document.title="SessionWindows (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/TimeWindows.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/TimeWindows.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/TimeWindows.html
index 23f0016..9e48478 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/TimeWindows.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/TimeWindows.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>TimeWindows (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>TimeWindows (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TimeWindows (kafka 0.11.0.0 API)";
+        parent.document.title="TimeWindows (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Transformer.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Transformer.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Transformer.html
index f5e6a5a..c1046f2 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Transformer.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Transformer.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Transformer (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Transformer (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Transformer (kafka 0.11.0.0 API)";
+        parent.document.title="Transformer (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/TransformerSupplier.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/kstream/TransformerSupplier.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/TransformerSupplier.html
index 0f07827..ac6e0c5 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/TransformerSupplier.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/TransformerSupplier.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>TransformerSupplier (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>TransformerSupplier (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TransformerSupplier (kafka 0.11.0.0 API)";
+        parent.document.title="TransformerSupplier (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/UnlimitedWindows.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/kstream/UnlimitedWindows.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/UnlimitedWindows.html
index f518ae9..bf1f7ad 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/UnlimitedWindows.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/UnlimitedWindows.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>UnlimitedWindows (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>UnlimitedWindows (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UnlimitedWindows (kafka 0.11.0.0 API)";
+        parent.document.title="UnlimitedWindows (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/ValueJoiner.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/ValueJoiner.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/ValueJoiner.html
index 8ce0457..29ebb85 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/ValueJoiner.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/ValueJoiner.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>ValueJoiner (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ValueJoiner (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ValueJoiner (kafka 0.11.0.0 API)";
+        parent.document.title="ValueJoiner (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/ValueMapper.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/ValueMapper.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/ValueMapper.html
index c86d970..5ad76a6 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/ValueMapper.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/ValueMapper.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>ValueMapper (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ValueMapper (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ValueMapper (kafka 0.11.0.0 API)";
+        parent.document.title="ValueMapper (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformer.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformer.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformer.html
index 48e58ba..e1acda0 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformer.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformer.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>ValueTransformer (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ValueTransformer (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ValueTransformer (kafka 0.11.0.0 API)";
+        parent.document.title="ValueTransformer (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformerSupplier.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformerSupplier.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformerSupplier.html
index 25e85ef..457aecc 100644
--- 
a/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformerSupplier.html
+++ 
b/0110/javadoc/org/apache/kafka/streams/kstream/ValueTransformerSupplier.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>ValueTransformerSupplier (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>ValueTransformerSupplier (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ValueTransformerSupplier (kafka 0.11.0.0 API)";
+        parent.document.title="ValueTransformerSupplier (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Window.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Window.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Window.html
index 4c0fc94..58ef8b9 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Window.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Window.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Window (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Window (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Window (kafka 0.11.0.0 API)";
+        parent.document.title="Window (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Windowed.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Windowed.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Windowed.html
index d06667c..940f003 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Windowed.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Windowed.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Windowed (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Windowed (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Windowed (kafka 0.11.0.0 API)";
+        parent.document.title="Windowed (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/Windows.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/Windows.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/Windows.html
index 76967e1..b4c3d00 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/Windows.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/Windows.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:07 BST 2017 
-->
-<title>Windows (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:57 BST 2017 
-->
+<title>Windows (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Windows (kafka 0.11.0.0 API)";
+        parent.document.title="Windows (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/package-frame.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/package-frame.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/package-frame.html
index cb0e7c3..d393e91 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/package-frame.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/package-frame.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.kstream (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.kstream (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/package-summary.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/package-summary.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/package-summary.html
index 21e710b..bb333ec 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/package-summary.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/package-summary.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.kstream (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.kstream (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams.kstream (kafka 
0.11.0.0 API)";
+        parent.document.title="org.apache.kafka.streams.kstream (kafka 
0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/kstream/package-tree.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/kstream/package-tree.html 
b/0110/javadoc/org/apache/kafka/streams/kstream/package-tree.html
index cf1c360..6da5983 100644
--- a/0110/javadoc/org/apache/kafka/streams/kstream/package-tree.html
+++ b/0110/javadoc/org/apache/kafka/streams/kstream/package-tree.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams.kstream Class Hierarchy (kafka 0.11.0.0 
API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams.kstream Class Hierarchy (kafka 0.11.0.1 
API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams.kstream Class 
Hierarchy (kafka 0.11.0.0 API)";
+        parent.document.title="org.apache.kafka.streams.kstream Class 
Hierarchy (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/package-frame.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/package-frame.html 
b/0110/javadoc/org/apache/kafka/streams/package-frame.html
index 26bbf88..5121fb4 100644
--- a/0110/javadoc/org/apache/kafka/streams/package-frame.html
+++ b/0110/javadoc/org/apache/kafka/streams/package-frame.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/package-summary.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/package-summary.html 
b/0110/javadoc/org/apache/kafka/streams/package-summary.html
index 0715883..35e1886 100644
--- a/0110/javadoc/org/apache/kafka/streams/package-summary.html
+++ b/0110/javadoc/org/apache/kafka/streams/package-summary.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams (kafka 0.11.0.0 API)";
+        parent.document.title="org.apache.kafka.streams (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/package-tree.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/package-tree.html 
b/0110/javadoc/org/apache/kafka/streams/package-tree.html
index 815f19c..bd2a730 100644
--- a/0110/javadoc/org/apache/kafka/streams/package-tree.html
+++ b/0110/javadoc/org/apache/kafka/streams/package-tree.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:09 BST 2017 
-->
-<title>org.apache.kafka.streams Class Hierarchy (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 
-->
+<title>org.apache.kafka.streams Class Hierarchy (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.kafka.streams Class Hierarchy (kafka 
0.11.0.0 API)";
+        parent.document.title="org.apache.kafka.streams Class Hierarchy (kafka 
0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/AbstractProcessor.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/AbstractProcessor.html 
b/0110/javadoc/org/apache/kafka/streams/processor/AbstractProcessor.html
index 569d1d8..2fbbbae 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/AbstractProcessor.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/AbstractProcessor.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>AbstractProcessor (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>AbstractProcessor (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractProcessor (kafka 0.11.0.0 API)";
+        parent.document.title="AbstractProcessor (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/DefaultPartitionGrouper.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/DefaultPartitionGrouper.html 
b/0110/javadoc/org/apache/kafka/streams/processor/DefaultPartitionGrouper.html
index 7c5e20c..8e16b45 100644
--- 
a/0110/javadoc/org/apache/kafka/streams/processor/DefaultPartitionGrouper.html
+++ 
b/0110/javadoc/org/apache/kafka/streams/processor/DefaultPartitionGrouper.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>DefaultPartitionGrouper (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>DefaultPartitionGrouper (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DefaultPartitionGrouper (kafka 0.11.0.0 API)";
+        parent.document.title="DefaultPartitionGrouper (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html 
b/0110/javadoc/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html
index 82db4e2..dd7f874 100644
--- 
a/0110/javadoc/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html
+++ 
b/0110/javadoc/org/apache/kafka/streams/processor/FailOnInvalidTimestamp.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>FailOnInvalidTimestamp (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>FailOnInvalidTimestamp (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FailOnInvalidTimestamp (kafka 0.11.0.0 API)";
+        parent.document.title="FailOnInvalidTimestamp (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html
 
b/0110/javadoc/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html
index d387f24..d5184f0 100644
--- 
a/0110/javadoc/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html
+++ 
b/0110/javadoc/org/apache/kafka/streams/processor/LogAndSkipOnInvalidTimestamp.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>LogAndSkipOnInvalidTimestamp (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>LogAndSkipOnInvalidTimestamp (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LogAndSkipOnInvalidTimestamp (kafka 0.11.0.0 
API)";
+        parent.document.title="LogAndSkipOnInvalidTimestamp (kafka 0.11.0.1 
API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/PartitionGrouper.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/PartitionGrouper.html 
b/0110/javadoc/org/apache/kafka/streams/processor/PartitionGrouper.html
index 56dc0fb..72aefbe 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/PartitionGrouper.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/PartitionGrouper.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>PartitionGrouper (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>PartitionGrouper (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PartitionGrouper (kafka 0.11.0.0 API)";
+        parent.document.title="PartitionGrouper (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/Processor.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/processor/Processor.html 
b/0110/javadoc/org/apache/kafka/streams/processor/Processor.html
index dfc4f36..87829e0 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/Processor.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/Processor.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>Processor (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>Processor (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Processor (kafka 0.11.0.0 API)";
+        parent.document.title="Processor (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/ProcessorContext.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/ProcessorContext.html 
b/0110/javadoc/org/apache/kafka/streams/processor/ProcessorContext.html
index 27f1f5e..4b0243b 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/ProcessorContext.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/ProcessorContext.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>ProcessorContext (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>ProcessorContext (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProcessorContext (kafka 0.11.0.0 API)";
+        parent.document.title="ProcessorContext (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/ProcessorSupplier.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/ProcessorSupplier.html 
b/0110/javadoc/org/apache/kafka/streams/processor/ProcessorSupplier.html
index bf02193..6cc74d2 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/ProcessorSupplier.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/ProcessorSupplier.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>ProcessorSupplier (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>ProcessorSupplier (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProcessorSupplier (kafka 0.11.0.0 API)";
+        parent.document.title="ProcessorSupplier (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/StateRestoreCallback.html
----------------------------------------------------------------------
diff --git 
a/0110/javadoc/org/apache/kafka/streams/processor/StateRestoreCallback.html 
b/0110/javadoc/org/apache/kafka/streams/processor/StateRestoreCallback.html
index c1a3456..7bbba94 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/StateRestoreCallback.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/StateRestoreCallback.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StateRestoreCallback (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>StateRestoreCallback (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StateRestoreCallback (kafka 0.11.0.0 API)";
+        parent.document.title="StateRestoreCallback (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a1278d06/0110/javadoc/org/apache/kafka/streams/processor/StateStore.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/streams/processor/StateStore.html 
b/0110/javadoc/org/apache/kafka/streams/processor/StateStore.html
index 4e4e2ed..f5f8676 100644
--- a/0110/javadoc/org/apache/kafka/streams/processor/StateStore.html
+++ b/0110/javadoc/org/apache/kafka/streams/processor/StateStore.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 22 23:10:06 BST 2017 
-->
-<title>StateStore (kafka 0.11.0.0 API)</title>
-<meta name="date" content="2017-06-22">
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 
-->
+<title>StateStore (kafka 0.11.0.1 API)</title>
+<meta name="date" content="2017-09-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StateStore (kafka 0.11.0.0 API)";
+        parent.document.title="StateStore (kafka 0.11.0.1 API)";
     }
 //-->
 </script>

Reply via email to