Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/1563#discussion_r51428065
--- Diff: docs/apis/streaming/index.md ---
@@ -1768,6 +1768,11 @@ greater than 1, the output will also be prepended
with the identifier of the tas
</div>
</div>
+Note that the `write*()` methods on `DataStream` are mainly intended for
debugging purposes.
+They are not participating in Flink's checkpointing (no fault tolerance
guarantees). The
--- End diff --
May be worth adding that this means usually "at-least-once" , but may also
mean data loss in cases where the output formats buffer data and do not
immediately persist it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---