[ 
https://issues.apache.org/jira/browse/KAFKA-17853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913078#comment-17913078
 ] 

Apoorv Mittal commented on KAFKA-17853:
---------------------------------------

Please go ahead, also it might be that the issue is now fixed as part of other 
ongoing work for KIP-932. Incase you couldn't reproduce the issue, then please 
drop a not and I ll re-verify.

> Console share consumer is not terminated immediately
> ----------------------------------------------------
>
>                 Key: KAFKA-17853
>                 URL: https://issues.apache.org/jira/browse/KAFKA-17853
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Apoorv Mittal
>            Priority: Major
>
> Even when share groups is not enabled , if pressed ctrl+c, then client 
> doesn't immediately shutsdown.
>  
> {code:java}
> ./bin/kafka-console-share-consumer.sh --bootstrap-server localhost:9092 
> --topic T1 --group SG1 --consumer-property client.id=share-consumer-2
> [2024-10-22 17:01:07,958] ERROR [ShareConsumer clientId=share-consumer-2, 
> groupId=SG1] ShareGroupHeartbeatRequest failed due to fatal error: The node 
> does not support SHARE_GROUP_HEARTBEAT 
> (org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManager)
> [2024-10-22 17:01:07,958] ERROR [ShareConsumer clientId=share-consumer-2, 
> groupId=SG1] Member <no ID> with epoch 0 transitioned to fatal state 
> (org.apache.kafka.clients.consumer.internals.ShareMembershipManager)
> [2024-10-22 17:01:12,763] ERROR Error processing message, terminating 
> consumer process:  (org.apache.kafka.tools.consumer.ConsoleShareConsumer)
> org.apache.kafka.common.errors.UnsupportedVersionException: The node does not 
> support SHARE_GROUP_HEARTBEAT
> ^C^C
> Processed a total of 0 messages
>   {code}



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

Reply via email to