baomingyu commented on code in PR #4401:
URL: https://github.com/apache/incubator-inlong/pull/4401#discussion_r884371685
##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/config/ProxyConfigManager.java:
##########
@@ -588,8 +588,8 @@ private ProxyConfigEntry getLocalProxyListFromFile(String
filePath) throws Excep
Map<String, Integer> streamIdMap = getStreamIdMap(localProxyAddrJson);
proxyEntry.setGroupIdNumAndStreamIdNumMap(groupIdNum, streamIdMap);
proxyEntry.setLoad(load);
- if (localProxyAddrJson.has("cluster_id")) {
-
proxyEntry.setClusterId(localProxyAddrJson.get("cluster_id").getAsString());
+ if (localProxyAddrJson.has("clusterId")) {
Review Comment:
The github project where the documentation is located is:
https://github.com/apache/incubator-inlong-website
--
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]