chia7712 commented on a change in pull request #9758:
URL: https://github.com/apache/kafka/pull/9758#discussion_r546203915
##########
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##########
@@ -777,12 +775,12 @@ class KafkaApis(val requestChannel: RequestChannel,
}
def maybeConvertFetchedData(tp: TopicPartition,
Review comment:
@ijuma This is the only case that we create
```LazyDownConversionRecords``` in production. Through this PR, this case can
get rid of generic ```FetchResponse.PartitionData```. Hence, we can remove
generic from ```FetchResponse.PartitionData``` after this PR goes in trunk.
----------------------------------------------------------------
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:
[email protected]