Chia-Ping Tsai created KAFKA-17326: -------------------------------------- Summary: The LIST_OFFSET request is removed from the "Api Keys" page Key: KAFKA-17326 URL: https://issues.apache.org/jira/browse/KAFKA-17326 Project: Kafka Issue Type: Sub-task Reporter: Chia-Ping Tsai Assignee: 黃竣陽
ApiKeys#toHtml will filter out the APIs having unstable version [0]. Hence, the LIST_OFFSET will be removed as it has unstable version 9. That is weird since it still has stable version and so it should be listed rather than dropped. We should use `!apiKey.toApiVersion(false).isPresent()` instead - that means only the APIs having "no" stable version will be dropped [0] https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/protocol/ApiKeys.java#L289 -- This message was sent by Atlassian Jira (v8.20.10#820010)