ijuma commented on code in PR #18727:
URL: https://github.com/apache/kafka/pull/18727#discussion_r1932965261
##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -374,6 +374,10 @@ class KafkaApis(val requestChannel: RequestChannel,
*/
def handleProduceRequest(request: RequestChannel.Request, requestLocal:
RequestLocal): Unit = {
val produceRequest = request.body[ProduceRequest]
+ if (produceRequest.version <= 2) {
Review Comment:
As per the PR description, this is WIP - the code will change before review
time. :)
--
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]