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

KAFKA-16957: Enable KafkaConsumerTest#configurableObjectsShouldSeeGeneratedClientId to work with CLASSIC and CONSUMER #16370

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

chiacyu
Copy link
Contributor

@chiacyu chiacyu commented Jun 17, 2024

Based on KAFKA-16957, we would want to clean the CLIENT_IDS before the test starts.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@@ -3197,6 +3197,7 @@ private void prepareJoinGroupAndVerifyReason(
@ParameterizedTest
@EnumSource(value = GroupProtocol.class, names = "CLASSIC")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove names to run CONSUMER protocol

Copy link
Collaborator

@kirktrue kirktrue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @chiacyu for the PR! I came across this problem recently and thought about making a similar fix, but didn't get around to it. So 👍

@chia7712
Copy link
Member

@chiacyu could you please rebase code?

Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chia7712 chia7712 merged commit 4ff83dc into apache:trunk Jun 19, 2024
1 check failed
TaiJuWu pushed a commit to TaiJuWu/kafka that referenced this pull request Jul 4, 2024
…ratedClientId to work with CLASSIC and CONSUMER (apache#16370)

Reviewers: Kirk True <[email protected]>, Chia-Ping Tsai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants