kevin-wu24 opened a new pull request, #19982: URL: https://github.com/apache/kafka/pull/19982
Add the `ackWhenCommitted` boolean field to the `AddRaftVoterRequest` RPC, and bump the RPC's version to 1. - The default value of `ackWhenCommitted` is `true`, and in this case the leader will return a response after committing the `VotersRecord` generated by the RPC. - If `ackWhenCommitted == false`, the leader will return a response after writing the `VotersRecord` to its own local log. - Add unit tests in `KafkaRaftClientReconfigTest` -- 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