This is an automated email from the ASF dual-hosted git repository.
jgus pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 71c82a4 MINOR: Add list of 1.1 protocol changes
71c82a4 is described below
commit 71c82a45669da789f5b2576b8b8a71ab4c03bff6
Author: Jason Gustafson <jason@confluent.io>
AuthorDate: Tue Apr 17 13:15:14 2018 -0700
MINOR: Add list of 1.1 protocol changes
Port of the fix for KAFKA-6770. Credit to @mimaison for the fix.
---
11/upgrade.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/11/upgrade.html b/11/upgrade.html
index 3ac293d..ba9e33f 100644
--- a/11/upgrade.html
+++ b/11/upgrade.html
@@ -80,7 +80,10 @@
</ul>
<h5><a id="upgrade_110_new_protocols" href="#upgrade_110_new_protocols">New Protocol
Versions</a></h5>
-<ul></ul>
+<ul>
+ <li> <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-226+-+Dynamic+Broker+Configuration">KIP-226</a>
introduced DescribeConfigs Request/Response v1.</li>
+ <li> <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-227%3A+Introduce+Incremental+FetchRequests+to+Increase+Partition+Scalability">KIP-227</a>
introduced Fetch Request/Response v7.</li>
+</ul>
<h5><a id="upgrade_110_streams" href="#upgrade_110_streams">Upgrading a 1.1.0
Kafka Streams Application</a></h5>
<ul>
--
To stop receiving notification emails like this one, please contact
jgus@apache.org.
|