[
https://issues.apache.org/jira/browse/KAFKA-18767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans updated KAFKA-18767:
-----------------------------------
Labels: queues-for-kafka (was: )
> Add client side config check
> ----------------------------
>
> Key: KAFKA-18767
> URL: https://issues.apache.org/jira/browse/KAFKA-18767
> Project: Kafka
> Issue Type: Sub-task
> Components: clients, consumer
> Reporter: TaiJuWu
> Assignee: TaiJuWu
> Priority: Major
> Labels: queues-for-kafka
>
> 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)