dajac opened a new pull request, #14117:
URL: https://github.com/apache/kafka/pull/14117

   This patch does a few code cleanups in the group-coordinator module.
   - It renames `Coordinator` to `CoordinatorShard`;
   - It renames `ReplicatedGroupCoordinator` to `GroupCoordinatorShard`. I was 
never really happy with this name. The new name makes more sense to me;
   - It removes `TopicPartition` from the `GroupMetadataManager`. It was only 
used in log messages. The log context already includes it so we don't have to 
log it again.
   - It renames `assignors` to `consumerGroupAssignors`.
   
   ### 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

Reply via email to