bharathgunapati commented on code in PR #54:
URL: 
https://github.com/apache/flink-connector-http/pull/54#discussion_r4039529209


##########
flink-connector-http/src/main/java/org/apache/flink/connector/http/config/HttpConnectorConfigConstants.java:
##########
@@ -138,6 +138,38 @@ public final class HttpConnectorConfigConstants {
     public static final String SINK_HTTP_WRITER_THREAD_POOL_SIZE =
             FLINK_CONNECTOR_HTTP + "sink.writer.thread-pool.size";
 
+    public static final String SINK_MAX_RETRIES = FLINK_CONNECTOR_HTTP + 
"sink.max-retries";

Review Comment:
   Added FLINK_CONNECTOR_HTTP_SINK = FLINK_CONNECTOR_HTTP + "sink." and routed 
the sink property keys through it. Used "sink." (with the trailing dot) so the 
constant matches the existing key prefix; runtime key strings are unchanged.



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

Reply via email to