mimaison commented on pull request #11691: URL: https://github.com/apache/kafka/pull/11691#issuecomment-1041402113
With this change, if a user explicitly sets `acks` to 0 or 1, we're throwing an error. Currently in order to change `acks`, users also have to set `enable.idempotence=false`. I'm expecting many existing applications are currently overriding `acks`. So I wonder if instead we should disable idempotency when `acks` is overridden. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org