This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.8 by this push:
new 8d06681 Fill in the 2.8 release note for Authorizer (#9865)
8d06681 is described below
commit 8d06681cac2301210ee169e6440c41e99eff6f4c
Author: Cheng Tan <[email protected]>
AuthorDate: Wed Feb 10 03:24:13 2021 -0800
Fill in the 2.8 release note for Authorizer (#9865)
Reviewers: Ismael Juma <[email protected]>, Rajini Sivaram
<[email protected]>
---
docs/upgrade.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 9253433..9b43244 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -20,6 +20,14 @@
<script id="upgrade-template" type="text/x-handlebars-template">
<h5><a id="upgrade_280_notable" href="#upgrade_280_notable">Notable changes in
2.8.0</a></h5>
+<ul>
+ <li>
+ The 2.8.0 release added a new method to the Authorizer Interface
introduced in
+ <a href="https://cwiki.apache.org/confluen
ce/display/KAFKA/KIP-679%3A+Producer+will+enable+the+strongest+delivery+guarantee+by+default">KIP-679</a>.
+ The motivation is to unblock our future plan to enable the strongest
message delivery guarantee by default.
+ Custom authorizer should consider providing a more efficient
implementation that supports audit logging and any custom configs or access
rules.
+ </li>
+</ul>
<ul>
<li>Kafka Streams introduce a type-safe <code>split()</code> operator as a
substitution for deprecated <code>KStream#branch()</code> method