-
Notifications
You must be signed in to change notification settings - Fork 601
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
[v23.3.x] kafka: Consumer group stale static member properties on rejoin #23731
[v23.3.x] kafka: Consumer group stale static member properties on rejoin #23731
Conversation
src/v/kafka/server/group.cc
Outdated
std::move(member), r.native_member_protocols()); | ||
std::move(member), | ||
r.native_member_protocols(r), | ||
r.client_id, | ||
r.client_host, | ||
r.data.session_timeout_ms, | ||
r.data.rebalance_timeout_ms); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflict due to "native_member_protocol" being a member function, before.
It is a free function in dev.
b7abeea
to
13753a3
Compare
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/56343#01927b55-1bd4-4476-bc59-05594a7dc8dc |
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/56343#01927b55-1bdb-4487-b858-abf2125f1d65:
|
Retry command for Build#56343please wait until all jobs are finished before running the slash command
|
e3694b4
into
redpanda-data:v23.3.x
Backport of PR #23693