Airblader commented on a change in pull request #16769:
URL: https://github.com/apache/flink/pull/16769#discussion_r686896487



##########
File path: 
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/table/KafkaConnectorOptions.java
##########
@@ -240,6 +235,18 @@
                                                     + "must be set to be 
greater than zero to enable sink buffer flushing.")
                                     .build());
 
+    public static final ConfigOption<DeliveryGuarantee> DELIVERY_GUARANTEE =

Review comment:
       There is `ConfigOptionsDocGenerator`, but I thought the connector docs 
weren't yet generated through that but manually updated. At least 
`ConfigOptionsDocGenerator` doesn't seem to be able to do that without 
modifying the code AFAICT.




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