TaiJuWu opened a new pull request, #18850: URL: https://github.com/apache/kafka/pull/18850
Base on description from https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka#KIP932:QueuesforKafka-Configuration The existing consumer configurations apply for share groups with the following exceptions: 1. auto.offset.reset : this is handled by a dynamic group configuration share.auto.offset.reset 2. enable.auto.commit and auto.commit.interval.ms : share groups do not support auto-commit 3. group.instance.id : this concept is not supported by share groups 4. isolation.level : this is handled by a dynamic group configuration share.isolation.level 5. partition.assignment.strategy : share groups do not support client-side partition assignors 6. interceptor.classes : interceptors are not supported 7. protocol.type : this configuration is used to select the group protocol used for KafkaConsumer 8. session.timeout.ms : this is deprecated in KIP-848 and is not supported for share groups 9. heartbeat.interval.ms : this is deprecated in KIP-848 and is not supported for share groups ### 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]
