[
https://issues.apache.org/jira/browse/FLINK-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328879#comment-17328879
]
Flink Jira Bot commented on FLINK-4971:
---------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Unify Stream Sinks and OutputFormats
> ------------------------------------
>
> Key: FLINK-4971
> URL: https://issues.apache.org/jira/browse/FLINK-4971
> Project: Flink
> Issue Type: Sub-task
> Components: API / DataSet, API / DataStream
> Reporter: Stephan Ewen
> Priority: Major
> Labels: stale-major
> Fix For: 2.0.0
>
>
> Right now, many output connectors exist in two variants: OutputFormat and
> StreamSink.
> Wrapping an output format to a stream sink is not quite possible, because
> output formats cannot be cleanly integrated into checkpointing. For example,
> they have no hook to ensure that data is written/persisted at the time of a
> checkpoint.
> We should try and see if we can make both one, or at least make the
> OutputFormats such that they can be wrapped into a stream sink and behave
> well with respect to checkpointing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)