streamnative / kop

Kafka-on-Pulsar - A protocol handler that brings native Kafka protocol to Apache Pulsar
https://streamnative.io/docs/kop
Apache License 2.0
450 stars 136 forks source link

[BUG]Use kafka command report consumer group has no active members #1385

Open fishhami opened 2 years ago

fishhami commented 2 years ago

Describe the bug When i use KoP and use kafka command "kafka-consumer-groups.sh" to view the consumption,it shows the message "Consumer group '****' has no active members."。In addition, I can still view the offset and Lag, but the offset value has a significant delay.I can make sure the task is running normally。

Expected behavior Can check the consumption progress in a normal and timely manner Screenshots

image

Additional context Pulsar version:2.8.1 pulsar-protocol-handler-kafka version:2.8.1.29 Kafka client version:2.12-2.6.2

BewareMyPower commented 2 years ago

but the offset value has a significant delay.

Maybe it's a similar issue with https://github.com/streamnative/kop/issues/1041. Could you reproduce it in your test environment? If yes, you can provide the debug logs so we can have a deeper analysis.