mingyen066 commented on PR #21537: URL: https://github.com/apache/kafka/pull/21537#issuecomment-3957123681
@chia7712 Thanks for the suggestions! I've addressed most of them in the latest commit. Two suppressions could not be removed: - `UnifiedLog` from `ClassDataAbstractionCoupling|ClassFanOutComplexity` — still exceeds both thresholds (CDAC: 34 vs max 28, CFOC: 92 vs max 55) - `RemoteLogManagerConfig` from `MethodLength` — `configDef()` is 185 lines (max 170) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
