You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/12 23:31:27 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #12260: MINOR: add note on IDEMPOTENT_WRITE ACL to 3.2.0 notable changes

ijuma commented on code in PR #12260:
URL: https://github.com/apache/kafka/pull/12260#discussion_r944939422


##########
docs/upgrade.html:
##########
@@ -67,6 +67,9 @@ <h5><a id="upgrade_320_notable" href="#upgrade_320_notable">Notable changes in 3
             which meant that idempotence remained disabled unless the user had explicitly set <code>enable.idempotence</code> to true
             (See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details).
             This issue was fixed and the default is properly applied in 3.0.1, 3.1.1, and 3.2.0.</li>
+        <ul>
+            <li>When the broker version is lower than 2.8.0, and the client version is 3.0.1, 3.1.1, and later, the IDEMPOTENT_WRITE permission is required to produce data</li>

Review Comment:
   Sorry, I was unclear here. I clarified in https://github.com/apache/kafka/pull/12260#issuecomment-1213588315



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org