Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newly added consumers with different version of library in group are not consuming from subscribed topics. #1197

Open
1 of 7 tasks
shuklalok opened this issue May 23, 2024 · 0 comments

Comments

@shuklalok
Copy link

shuklalok commented May 23, 2024

Description

Newly added consumers in group are not consuming from subscribed topics.

How to reproduce

In consumer group C1 , some consumers are running with the version confluentinc/confluent-kafka-go v1.8.2 and subscribed to topics T1, T2, T3.
Now we create new consumers in the same group but new consumers are running with confluentinc/confluent-kafka-go v2.0.2 and subscribe to separate set of topics T4, T5, T6.

The second set of consumers are not able to read from the subscribed topic.

Checklist

Please provide the following information:

  • confluent-kafka-go and librdkafka version (LibraryVersion()):
  • Apache Kafka broker version:
  • Client configuration: ConfigMap{...}
  • Operating system:
  • Provide client logs (with "debug": ".." as necessary)
  • Provide broker log excerpts
  • Critical issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant