adixitconfluent commented on code in PR #19261: URL: https://github.com/apache/kafka/pull/19261#discussion_r2023209778
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -3239,7 +3239,7 @@ class KafkaApis(val requestChannel: RequestChannel, shareFetchRequest.maxWait, fetchMinBytes, fetchMaxBytes, - FetchIsolation.HIGH_WATERMARK, + FetchIsolation.of(FetchRequest.CONSUMER_REPLICA_ID, GroupConfig.defaultShareIsolationLevel), Review Comment: I have moved back the resolution of fetch isolation level to `KafkaApis` from `SharePartitionManager` -- 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