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

JoinGroup protocol doesn't support static membership #4189

Closed
dr3s opened this issue Apr 5, 2022 · 3 comments
Closed

JoinGroup protocol doesn't support static membership #4189

dr3s opened this issue Apr 5, 2022 · 3 comments
Labels
community kind/bug Something isn't working

Comments

@dr3s
Copy link

dr3s commented Apr 5, 2022

Version & Environment

Redpanda version: (use rpk version): 21.11.11

  • Operating System (e.g. from /etc/os-release): MacOS
  • Any Kafka client libraries in use (e.g. rdkafka, franz-go): confluent 6.2.2-ce
  • Docker (use docker info): yup
  • Kubernetes (use kubectl version): N/A

What went wrong?

org.apache.kafka.common.errors.UnsupportedVersionException: The broker join group protocol version 4 does not support usage of config group.instance.id

What should have happened instead?

Broker should support static group membership, the latest JoinGroup protocol, and group.instance.id

How to reproduce the issue?

  1. set group.instance.id in the Kafka consumer settings
  2. start redpanda
  3. Try to connect consumer

Additional information

Please attach any relevant logs, backtraces, or metric charts.

@dr3s dr3s added the kind/bug Something isn't working label Apr 5, 2022
@dr3s
Copy link
Author

dr3s commented Apr 5, 2022

Found in 21.11.2. reproduced in 21.11.11.

@rkruze
Copy link
Contributor

rkruze commented Apr 5, 2022

This is a duplicate of: #1335

@emaxerrno
Copy link
Contributor

close. in favor of #1335 which will be addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants