Skip to content

MINOR: Make coordinator runtime inner classes static#19332

Merged
dajac merged 1 commit intoapache:trunkfrom
confluentinc:squah-coordinator-runtime-static-inner-classes
Apr 1, 2025
Merged

MINOR: Make coordinator runtime inner classes static#19332
dajac merged 1 commit intoapache:trunkfrom
confluentinc:squah-coordinator-runtime-static-inner-classes

Conversation

@squah-confluent
Copy link
Copy Markdown
Contributor

@squah-confluent squah-confluent commented Apr 1, 2025

Make DeferredEventCollection and CoordinatorBatch static classes.
DeferredEventCollection only needs to access the logger and
CoordinatorBatch is only non-static because it holds
DeferredEventCollections.

Reviewers: David Jacot djacot@confluent.io

Make DeferredEventCollection and CoordinatorBatch static classes.
DeferredEventCollection only needs to access the logger and
CoordinatorBatch is only non-static because it holds
DeferredEventCollections.
Copy link
Copy Markdown
Member

@dajac dajac left a comment

Choose a reason for hiding this comment

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

lgtm

@dajac dajac added ci-approved and removed triage PRs from the community labels Apr 1, 2025
@dajac dajac merged commit 1eea7f0 into apache:trunk Apr 1, 2025
25 checks passed
@dajac dajac deleted the squah-coordinator-runtime-static-inner-classes branch April 1, 2025 14:17
janchilling pushed a commit to janchilling/kafka that referenced this pull request Apr 4, 2025
Make DeferredEventCollection and CoordinatorBatch static classes.
DeferredEventCollection only needs to access the logger and
CoordinatorBatch is only non-static because it holds
DeferredEventCollections.

Reviewers: David Jacot <djacot@confluent.io>
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.

2 participants