mirror of https://github.com/apache/kafka.git
MINOR: Javadoc fixes in KRaftMetadataCache (#18493)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
9f5d9f3cd4
commit
5d95d91807
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue