Skip to content

MINOR: Make feature lists immutable #20052

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

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

yunchipang
Copy link
Contributor

@yunchipang yunchipang commented Jun 26, 2025

Replaces .collect(Collectors.toList()) with .toList() for feature
collections, ensuring they are immutable and preventing accidental
modification.

@github-actions github-actions bot added triage PRs from the community core Kafka Broker small Small PRs labels Jun 26, 2025
Copy link
Collaborator

@Yunyung Yunyung left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Collaborator

@m1a2st m1a2st left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

@github-actions github-actions bot removed the triage PRs from the community label Jun 28, 2025
@yunchipang
Copy link
Contributor Author

flaky test ConsumerBounceTest#testConsumerReceivesFatalExceptionWhenGroupPassesMaxSize did not pass, re-running. jira: KAFKA-7964

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved core Kafka Broker small Small PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants