MINOR: Javadoc fixes in KRaftMetadataCache (#18493)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
TengYao Chi 2025-01-13 21:37:03 +08:00 committed by GitHub
parent 9f5d9f3cd4
commit 5d95d91807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -151,9 +151,7 @@ class KRaftMetadataCache(
* @param topicName The name of the topic.
* @param listenerName The listener name.
* @param startIndex The smallest index of the partitions to be included in the result.
* @param upperIndex The upper limit of the index of the partitions to be included in the result.
* Note that, the upper index can be larger than the largest partition index in
* this topic.
*
* @return A collection of topic partition metadata and next partition index (-1 means
* no next partition).
*/
@ -271,7 +269,7 @@ class KRaftMetadataCache(
*
* @param topics The iterator of topics and their corresponding first partition id to fetch.
* @param listenerName The listener name.
* @param firstTopicPartitionStartIndex The start partition index for the first topic
* @param topicPartitionStartIndex The start partition index for the first topic
* @param maximumNumberOfPartitions The max number of partitions to return.
* @param ignoreTopicsWithExceptions Whether ignore the topics with exception.
*/