qy-liuhuo commented on code in PR #11119:
URL: https://github.com/apache/inlong/pull/11119#discussion_r1796800730


##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/config/ProxyConfigManager.java:
##########
@@ -632,7 +632,7 @@ private ProxyConfigEntry 
getProxyConfigEntry(DataProxyNodeResponse proxyCluster)
         if (ObjectUtils.isNotEmpty(proxyCluster.getIsSwitch())) {
             isSwitch = proxyCluster.getIsSwitch();
         }
-
+        int maxPacketLength = nodeList.get(0).getMaxPacketLength() != null ? 
nodeList.get(0).getMaxPacketLength() : -1;

Review Comment:
   I have fixed it



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to