kafka
kafka copied to clipboard
KAFKA-17051: ApiKeys#toHtml should exclude the APIs having unstable latest version
https://issues.apache.org/jira/browse/KAFKA-17051 we should exclude those APIs having make "latestVersionUnstable=true".
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
@chia7712, Thanks for your review, PTAL
@m1a2st could you also update the docs to remind readers that the listed APIs include only stable parts?
https://github.com/apache/kafka/blob/bb3c35b265920dd0cb2a0884115c8a525bee094f/docs/protocol.html#L203
@chia7712, Thanks for your comments, PTAL