reta commented on code in PR #1: URL: https://github.com/apache/flink-connector-opensearch/pull/1#discussion_r1030736561
########## flink-connector-opensearch/src/main/java/org/apache/flink/connector/opensearch/sink/OpensearchSink.java: ########## @@ -88,4 +88,8 @@ public SinkWriter<IN> createWriter(InitContext context) throws IOException { context.metricGroup(), context.getMailboxExecutor()); } + + DeliveryGuarantee getDeliveryGuarantee() { Review Comment: I believe in APIs :) I think there are number of ways to approach testing of implementation details, but that's certainly very opinionated subjects, thanks for sharing your point of view. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org