[
https://issues.apache.org/jira/browse/FLINK-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Knauf updated FLINK-4971:
------------------------------------
Labels: (was: stale-major)
Removed "stale-critical|major|minor" label in line with
https://issues.apache.org/jira/browse/FLINK-22429.
> 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
> 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)