kirktrue opened a new pull request, #15438: URL: https://github.com/apache/kafka/pull/15438
There are a few minor issues with the event sub-classes in the `org.apache.kafka.clients.consumer.internals.events` package that should be cleaned up: - Update the names of subclasses to remove the superfluous `Application` or `Background` term - Make `equals()`, `hashCode()`, and `toString()` `final` in the base classes and clean up the implementations of `toStringBase()` - Fix minor whitespace inconsistencies - Make variable/method names consistent ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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