apoorvmittal10 commented on code in PR #19261: URL: https://github.com/apache/kafka/pull/19261#discussion_r2013463435
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -104,7 +104,8 @@ class KafkaApis(val requestChannel: RequestChannel, time: Time, val tokenManager: DelegationTokenManager, val apiVersionManager: ApiVersionManager, - val clientMetricsManager: ClientMetricsManager + val clientMetricsManager: ClientMetricsManager, + val groupConfigManager: GroupConfigManager Review Comment: The only thing which you might want to check is that if we need to have correct Isolation Level in FetchParams from beginning, if somewhere used in ReplicaManager fetch. ########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -104,7 +104,8 @@ class KafkaApis(val requestChannel: RequestChannel, time: Time, val tokenManager: DelegationTokenManager, val apiVersionManager: ApiVersionManager, - val clientMetricsManager: ClientMetricsManager + val clientMetricsManager: ClientMetricsManager, + val groupConfigManager: GroupConfigManager Review Comment: The other thing which you might want to check is that if we need to have correct Isolation Level in FetchParams from beginning, if somewhere used in ReplicaManager fetch. -- 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