FrankYang0529 commented on code in PR #18478: URL: https://github.com/apache/kafka/pull/18478#discussion_r1922495520
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -376,7 +376,7 @@ RemoteStorageManager createRemoteStorageManager() { private void configureRSM() { final Map<String, Object> rsmProps = new HashMap<>(rlmConfig.remoteStorageManagerProps()); - rsmProps.put(ServerConfigs.BROKER_ID_CONFIG, brokerId); + rsmProps.put(KRaftConfigs.NODE_ID_CONFIG, brokerId); Review Comment: Hi @chia7712, I updated `BROKER_ID` to `NODE_ID` to fix CI error. Could you take a look when you have time? Thank you. -- 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