vvcephei opened a new pull request #11767: URL: https://github.com/apache/kafka/pull/11767
After https://github.com/apache/kafka/pull/11691, the KafkaLog4JAppender causes the process to crash due to the mismatch between the new produce default idempotent mode and the appender's overridden `acks=1` property. * Removes the `acks=1` override, so the appender falls back on the producer's default acks config. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
