mjsax commented on PR #19816: URL: https://github.com/apache/kafka/pull/19816#issuecomment-3230109643
@Chuckame -- Just cycling back to older PRs. While we can merge this PR, there is high probability, that a future PR would make these method package-private again, because we generally try to keep the visibility to the smallest scope possible. Also: in general we do not recommend to build on non-public API, as the code might change w/o warning between any release (including bug-fix releases). Did you consider to use reflections to get access to this method for your use case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org