showuon commented on code in PR #16653:
URL: https://github.com/apache/kafka/pull/16653#discussion_r1701280167
##########
storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java:
##########
@@ -515,8 +515,8 @@ public Boolean remoteLogDeleteOnDisable() {
return remoteLogConfig.remoteLogDeleteOnDisable;
}
- public Boolean remoteCopyDisabled() {
- return remoteLogConfig.remoteCopyDisabled;
+ public Boolean remoteLogCopyDisable() {
Review Comment:
I'm fine. But I'd like to make it as a separate PR. That's not urgent.
Thanks.
--
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]