dajac commented on code in PR #13112: URL: https://github.com/apache/kafka/pull/13112#discussion_r1073334166
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -310,9 +307,9 @@ class KafkaApis(val requestChannel: RequestChannel, if (topicPartition.topic == GROUP_METADATA_TOPIC_NAME && partitionState.deletePartition) { val leaderEpoch = if (partitionState.leaderEpoch >= 0) - Some(partitionState.leaderEpoch) Review Comment: The interface is in Java and the new group coordinator will be in Java as well. -- 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