You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/10/16 01:56:46 UTC

[kafka] branch 2.1 updated: MINOR: Doc changes for KIP-324 (#5788)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new dc5dcb3  MINOR: Doc changes for KIP-324 (#5788)
dc5dcb3 is described below

commit dc5dcb32a96feac7a5c03802c274a31b18dcbb5c
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Mon Oct 15 21:55:39 2018 -0400

    MINOR: Doc changes for KIP-324 (#5788)
    
    Reviewers: Matthias J. Sax <ma...@confluent.io>, John Roesler <jo...@confluent.io>
---
 docs/streams/upgrade-guide.html | 6 ++++++
 docs/upgrade.html               | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 337366b..3bc82a1 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -115,6 +115,12 @@
         For more details, see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-358%3A+Migrate+Streams+API+to+Duration+instead+of+long+ms+times">KIP-358</a>.
     </p>
 
+    <p>
+        The newly exposed <code>AdminClient</code> metrics are now available when calling the <code>KafkaStream#metrics()</code> method.
+        For more details on exposing <code>AdminClients</code> metrics
+        see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-324%3A+Add+method+to+get+metrics%28%29+in+AdminClient">KIP-324</a>
+    </p>
+
     <h3><a id="streams_api_changes_200" href="#streams_api_changes_200">Streams API changes in 2.0.0</a></h3>
     <p>
         In 2.0.0 we have added a few new APIs on the <code>ReadOnlyWindowStore</code> interface (for details please read <a href="#streams_api_changes_200">Streams API changes</a> below).
diff --git a/docs/upgrade.html b/docs/upgrade.html
index c8cd716..e3e20f9 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -46,6 +46,10 @@
     <li>Jetty has been upgraded to 9.4.12, which excludes TLS_RSA_* ciphers by default because they do not support forward
         secrecy, see https://github.com/eclipse/jetty.project/issues/2807 for more information.</li>
     <li>Unclean leader election is automatically enabled by the controller when <code>unclean.leader.election.enable</code> config is dynamically updated by using per-topic config override.</li>
+    <li>The <code>AdminClient</code> has added a method <code>AdminClient#metrics()</code>. Now any application using the <code>AdminClient</code> can gain more information
+        and insight by viewing the metrics captured from the <code>AdminClient</code>. For more information
+        see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-324%3A+Add+method+to+get+metrics%28%29+in+AdminClient">KIP-324</a>
+    </li>
 </ul>
 
 <h4><a id="upgrade_2_0_0" href="#upgrade_2_0_0">Upgrading from 0.8.x, 0.9.x, 0.10.0.x, 0.10.1.x, 0.10.2.x, 0.11.0.x, 1.0.x, or 1.1.x to 2.0.0</a></h4>