jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r651336157



##########
File path: 
clients/src/main/java/org/apache/kafka/common/requests/FetchResponse.java
##########
@@ -119,18 +120,50 @@ public static FetchResponse parse(ByteBuffer buffer, 
short version) {
         return new FetchResponse(new FetchResponseData(new 
ByteBufferAccessor(buffer), version));
     }
 
+    private LinkedHashMap<TopicPartition, FetchResponseData.PartitionData> 
toResponseDataMap(Map<Uuid, String> topicIdToNameMap, short version) {

Review comment:
       I think this inconsistency existed before I touched the code. 😅




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to