chia7712 commented on PR #21537: URL: https://github.com/apache/kafka/pull/21537#issuecomment-3953389335
there are more cleanups which could be addressed in this PR. 1. remove `RemoteLogManagerConfig`, `GroupCoordinatorConfig`,and `LogAppendInfo` from `ParameterNumber` 2. remove `RemoteLogManager` from `MethodLength` 3. remove `UnifiedLog` from `ClassDataAbstractionCoupling|ClassFanOutComplexity` 4. remove `RemoteLogManagerConfig` from `CyclomaticComplexity` 5. remove `MetadataNodeManager`, `SignalLogger` 6. remove `AdminFenceProducersTest`, `ClientTelemetryTest`, and `FetchResponseData` from `ImportControl` Plus, could you remove the `AvoidStarImport` suppression? it can be fixed easily. -- 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]
