TaiJuWu created KAFKA-18767:
-------------------------------

             Summary: Add client side config check
                 Key: KAFKA-18767
                 URL: https://issues.apache.org/jira/browse/KAFKA-18767
             Project: Kafka
          Issue Type: Sub-task
            Reporter: TaiJuWu
            Assignee: TaiJuWu


See 
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka#KIP932:QueuesforKafka-Configuration]

Base on describe

```

The existing consumer configurations apply for share groups with the following 
exceptions:
 * {{auto.offset.reset}} : this is handled by a dynamic group configuration 
{{share.auto.offset.reset}} 
 * {{enable.auto.commit}}  and {{auto.commit.interval.ms}} : share groups do 
not support auto-commit
 * {{group.instance.id}} : this concept is not supported by share groups
 * {{isolation.level}} : this is handled by a dynamic group configuration 
{{share.isolation.level}} 
 * {{partition.assignment.strategy}} : share groups do not support client-side 
partition assignors
 * {{interceptor.classes}} : interceptors are not supported
 * {{protocol.type}} : this configuration is used to select the group protocol 
used for KafkaConsumer
 * {{session.timeout.ms}} : this is deprecated in KIP-848 and is not supported 
for share groups
 * {{heartbeat.interval.ms}} : this is deprecated in KIP-848 and is not 
supported for share groups


```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to