KAFKA-17813: Moving broker endpoint class and common server connection id
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
@apoorvmittal10 I love this cleanup and migration. Could you please rebase code to fix conflicts as #17473 is already merged
@apoorvmittal10 I love this cleanup and migration. Could you please rebase code to fix conflicts as #17473 is already merged
Thanks @chia7712, sure. I ll force push the branch once https://github.com/apache/kafka/pull/17474 is also merged, as the changes are on top of that. Hence keeping the PR in draft mode till then.
@chia7712 Yeah, sorry https://github.com/apache/kafka/pull/17474 is not required for this PR. I have rebased it and marked for review. Please if you could take a look.
Looking into the tests failure.
@chia7712 @brandboat Thanks for the review, can you please re-look.
I have addressed the comments, 1 with the name is pending. If the name doesn't seems right for ServerConnectionId then I ll change it. Though I have added the class description.
I have resolved the comments, build passed.
@junrao Thanks for the feedback and review. Please let me know if I need to address more. Build has passes for the PR.
@junrao I have addressed the comment, removed brackets, corrected tests and comments. Please can you review.