gosonzhang commented on code in PR #11144:
URL: https://github.com/apache/inlong/pull/11144#discussion_r1768263223


##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/ConfigConstants.java:
##########
@@ -74,4 +74,6 @@ public class ConfigConstants {
     public static String HTTP = "http://";;
     public static String HTTPS = "https://";;
 
+    public static int SENDER_MAX_RETRY = 3;

Review Comment:
   The number of retries should be configurable



-- 
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