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

[v24.1.x] kafka: Consumer group stale static member properties on rejoin #23733

Conversation

IoannisRP
Copy link
Contributor

Backport of PR #23693

Up to now, group::update_member function would only update the
protocols of the group_member. The fields updated now include the
client id and host fields and the session and rebalance timeout
durations.

(cherry picked from commit e1bc0df)
@IoannisRP IoannisRP added this to the v24.1.x-next milestone Oct 10, 2024
@IoannisRP IoannisRP added the kind/backport PRs targeting a stable branch label Oct 10, 2024
Comment on lines -975 to +1030
std::move(member), r.native_member_protocols());
std::move(member),
r.native_member_protocols(),
r.client_id,
r.client_host,
r.data.session_timeout_ms,
r.data.rebalance_timeout_ms);
Copy link
Contributor Author

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.

@IoannisRP IoannisRP requested review from BenPope and pgellert October 10, 2024 14:04
@IoannisRP IoannisRP marked this pull request as ready for review October 11, 2024 09:06
@IoannisRP
Copy link
Contributor Author

@michael-redpanda michael-redpanda merged commit a0babdb into redpanda-data:v24.1.x Oct 11, 2024
18 of 19 checks passed
@BenPope BenPope modified the milestones: v24.1.x-next, v24.1.18 Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants