kafka
kafka copied to clipboard
KAFKA-17032: NioEchoServer should generate meaningful id instead of incremental number.
To aid in debugging, it's essential to generate meaningful IDs instead of using incremental numbers. This PR ensures that both the test and production environments share the same ID generation flow. refer: #16384
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
Hi @chia7712 I have make some changes based on feedback, PTAL 😄
Hi @gharris1727, I have make some changes based on feedbacks, PTAL 😺
@frankvicky could you please rebase code?
Hi @chia7712 , I have merged the latest trunk, PTAL
@gharris1727 any feedback?