adixitconfluent commented on code in PR #19148:
URL: https://github.com/apache/kafka/pull/19148#discussion_r1986994843
##########
core/src/main/java/kafka/server/share/SharePartitionManager.java:
##########
@@ -258,14 +257,14 @@ public CompletableFuture<Map<TopicIdPartition,
PartitionData>> fetchMessages(
FetchParams fetchParams,
int sessionEpoch,
int batchSize,
- LinkedHashMap<TopicIdPartition, Integer> partitionMaxBytes
+ ArrayList<TopicIdPartition> topicPartitions
Review Comment:
forgot to change the variable name. I only changed the data type. Just
pushed the variable name change as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]