MINOR: add note on IDEMPOTENT_WRITE ACL to 3.2.0 notable changes#12260
MINOR: add note on IDEMPOTENT_WRITE ACL to 3.2.0 notable changes#12260ijuma merged 10 commits intoapache:trunkfrom
Conversation
|
Thanks @showuon I have updated per your comment |
| (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> |
There was a problem hiding this comment.
I would say something like: Please read the relevant KIP section for the compatibility implications - a noteworthy item worth highlighting is...
Also, we should use the same approach for this and other lines. It's unclear to me why we added a ul here, but not in the other case. I'd probably include this paragraph in the previous li
There was a problem hiding this comment.
Sorry, I was unclear here. I clarified in #12260 (comment)
|
Hi @ijuma I rm'd the That format was originally requested in the comments here: https://issues.apache.org/jira/browse/KAFKA-13598 More info here: https://kpow.io/articles/kafka-producer-breaking-change/ I'm not sure including this line in the previous
|
|
@d-t-w I tweaked it a bit. Does this look OK to you? Basically, I wanted to include this note in the main bullet point regarding the change. |
|
Hi @ijuma yes it looks good to me. |
Update notable changes documentation to mention requiring IDEMPOTENT_WRITE permission when producing messages with default/idempotent configuration and broker version lower than 2.8.0. Reviewers: Ismael Juma <ismael@juma.me.uk>, Luke Chen <showuon@gmail.com>
Update notable changes documentation to mention requiring IDEMPOTENT_WRITE permission when producing messages with default/idempotent configuration and broker version lower than 2.8.0. Reviewers: Ismael Juma <ismael@juma.me.uk>, Luke Chen <showuon@gmail.com>
Update notable changes documentation to mention requiring IDEMPOTENT_WRITE permission when producing messages with default/idempotent configuration and broker version lower than 2.8.0. Reviewers: Ismael Juma <ismael@juma.me.uk>, Luke Chen <showuon@gmail.com>
Update notable changes documentation to mention requiring IDEMPOTENT_WRITE permission when producing messages with default/idempotent configuration and broker version lower than 2.8.0. Reviewers: Ismael Juma <ismael@juma.me.uk>, Luke Chen <showuon@gmail.com>
|
Merged to trunk, 3.3, 3.2, 3.1 and 3.0. |
…2022 * apache-kafka/3.0: (15 commits) MINOR: Update 3.0 branch version to 3.0.3-SNAPSHOT Upgrade Netty and Jackson versions for CVE fixes [KAFKA-14044] (apache#12376) Bump version to 3.0.2 KAFKA-10712; Update release scripts to Python3 (apache#11538) MINOR: Update LICENSE-binary MINOR: Update docs/upgrade.html MINOR: Update version to 3.0.2 MINOR: Add configurable max receive size for SASL authentication requests MINOR: Add more validation during KRPC deserialization MINOR: Add note on IDEMPOTENT_WRITE ACL to notable changes (apache#12260) ...
…1-14-SEP-2022 * apache-kafka/3.1: (17 commits) MINOR: Update 3.1 branch version to 3.1.3-SNAPSHOT Upgrade Netty and Jackson versions for CVE fixes [KAFKA-14044] (apache#12376) Bump version to 3.1.2 MINOR: Update LICENSE-binary MINOR: Bump version in upgrade guide to 3.1.2 MINOR: Add configurable max receive size for SASL authentication requests MINOR: Add more validation during KRPC deserialization MINOR: Add note on IDEMPOTENT_WRITE ACL to notable changes (apache#12260) KAFKA-14107: Upgrade Jetty version for CVE fixes (apache#12440) KAFKA-14062: OAuth client token refresh fails with SASL extensions (apache#12398) ...
Update 3.2.0 notable changes documentation to include a subsection on requiring IDEMPOTENT_WRITE permission when producing messages with default/idempotent configuration and broker version lower than 2.8.0.