rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r874118991
########## checkstyle/suppressions.xml: ########## @@ -309,7 +309,7 @@ files="(RemoteLogManagerConfig).java"/> <!-- benchmarks --> - <suppress checks="ClassDataAbstractionCoupling" + <suppress checks="(ClassDataAbstractionCoupling|ClassFanOutComplexity)" Review Comment: Yes, unfortunately this is needed to make the JMH ReplicaFetcherThreadBenchmark compile. -- 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