You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/10/27 23:44:45 UTC

[kafka] branch 2.7 updated: MINOR: Add KIP-431 to upgrade.html file (#9514)

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

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


The following commit(s) were added to refs/heads/2.7 by this push:
     new d2a6d42  MINOR: Add KIP-431 to upgrade.html file (#9514)
d2a6d42 is described below

commit d2a6d42729edc6e4370a0982cbceb5d049c7d166
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Tue Oct 27 19:35:33 2020 -0400

    MINOR: Add KIP-431 to upgrade.html file (#9514)
    
    Reviewers: Matthias J. Sax <mj...@apache.org>
---
 docs/upgrade.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index dddb781..d877abc 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -52,6 +52,10 @@
         provides a flexible and operationally easy solution for client discovery, feature gating and rolling upgrades using a single restart.
     </li>
     <li>
+        The ability to print record offsets and headers with the <code>ConsoleConsumer</code> is now possible
+        via <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-431%3A+Support+of+printing+additional+ConsumerRecord+fields+in+DefaultMessageFormatter">KIP-431</a>
+    </li>
+    <li>
       The addition of <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API">KIP-554</a>
         continues progress towards the goal of Zookeeper removal from Kafka. The addition of KIP-554
         means you don't have to connect directly to ZooKeeper anymore for managing SCRAM credentials.