MINOR: Add KIP-431 to upgrade.html file (#9514)

Reviewers: Matthias J. Sax <mjsax@apache.org>
This commit is contained in:
Bill Bejeck 2020-10-27 19:35:33 -04:00 committed by GitHub
parent 927edfece3
commit d5c77695a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-584%3A+Versioning+scheme+for+features">KIP-584</a> <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-584%3A+Versioning+scheme+for+features">KIP-584</a>
provides a flexible and operationally easy solution for client discovery, feature gating and rolling upgrades using a single restart. provides a flexible and operationally easy solution for client discovery, feature gating and rolling upgrades using a single restart.
</li> </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> <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> 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 continues progress towards the goal of Zookeeper removal from Kafka. The addition of KIP-554