kamalcph commented on code in PR #16154: URL: https://github.com/apache/kafka/pull/16154#discussion_r1624154594
########## storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java: ########## @@ -466,6 +496,14 @@ public int remoteLogManagerThreadPoolSize() { return remoteLogManagerThreadPoolSize; } + public int remoteLogManagerCopierThreadPoolSize() { + return remoteLogManagerCopierThreadPoolSize; + } + + public int remoteLogManagerExpirationThreadPoolSize() { + return remoteLogManagerExpirationThreadPoolSize; + } + Review Comment: Should we also update the equals and hashcode? -- 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