jeffkbkim commented on code in PR #12845: URL: https://github.com/apache/kafka/pull/12845#discussion_r1028803896
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -184,6 +195,7 @@ class KafkaApis(val requestChannel: RequestChannel, case ApiKeys.OFFSET_FETCH => handleOffsetFetchRequest(request) case ApiKeys.FIND_COORDINATOR => handleFindCoordinatorRequest(request) case ApiKeys.JOIN_GROUP => handleJoinGroupRequest(request, requestLocal) + .exceptionally(handleError) Review Comment: nit: i personally think it's neater to merge this with the line above, since all the other cases are single-lined -- 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