jolshan commented on code in PR #13391: URL: https://github.com/apache/kafka/pull/13391#discussion_r1160831069
########## core/src/main/scala/kafka/server/KafkaRequestHandler.scala: ########## @@ -69,10 +108,23 @@ class KafkaRequestHandler(id: Int, completeShutdown() return + case request: RequestChannel.CallbackRequest => + try { + request.originalRequest.callbackRequestDequeTimeNanos = Some(time.nanoseconds()) Review Comment: Ah I misunderstood your comment. I guess I'm just not sure what setting current request here does for us. Why would we use currentRequest instead of original request? Unless we wanted to schedule another callback 😅 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org