Skip to content

KAFKA-20297 Move ChildFirstClassLoader, ProducerIdAndEpoch into internal#22765

Open
mingyen066 wants to merge 1 commit into
apache:trunkfrom
mingyen066:KAFKA-20297-Move-ChildFirstClassLoader-ProducerIdAndEpoch-into-internal
Open

KAFKA-20297 Move ChildFirstClassLoader, ProducerIdAndEpoch into internal#22765
mingyen066 wants to merge 1 commit into
apache:trunkfrom
mingyen066:KAFKA-20297-Move-ChildFirstClassLoader-ProducerIdAndEpoch-into-internal

Conversation

@mingyen066

@mingyen066 mingyen066 commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

We have exposed several classes in org.apache.kafka.common.utils as
public APIs, which can be misleading since not all classes in this
package are intended for external use.

So move following class into internal module

  • ChildFirstClassLoader
  • ProducerIdAndEpoch

Reviewers: Chia-Ping Tsai chia7712@gmail.com, Ken Huang
s7133700@gmail.com

We have exposed several classes in org.apache.kafka.common.utils as
public APIs, which can be misleading since not all classes in this
package are intended for external use.

So move following class into internal module
- ChildFirstClassLoader
- ProducerIdAndEpoch
@github-actions github-actions Bot added triage PRs from the community core Kafka Broker producer storage Pull requests that target the storage module tiered-storage Related to the Tiered Storage feature clients small Small PRs labels Jul 6, 2026

@chia7712 chia7712 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@m1a2st m1a2st left a comment

Copy link
Copy Markdown
Collaborator

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 Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients core Kafka Broker producer small Small PRs storage Pull requests that target the storage module tiered-storage Related to the Tiered Storage feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants