kafka
kafka copied to clipboard
Back-port KAFKA-16230 to 3.7 branch
Back-porting changes for KAFKA-16230 to 3.7. Original change here: #15328.
The Python VerifiableConsumer now passes in the --group-protocol and --group-remote-assignor command line arguments to VerifiableConsumer if the node is running 3.7.0+ and using the new consumer group.protocol.
Reviewers: Andrew Schofield [email protected], Lucas Brutschy [email protected]
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)