Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
StreamRecordWriter is only used for streaming job which extends RecordWriter. The only difference in StreamRecordWriter is maintaining the OutputFlusher thread which can be migrated into RecordWriter because the flushAlways property in RecordWriter has relationship with OutputFlusher.
To do so, we can introduce the special BroadcastRecordWriter which extends RecordWriter for improving broadcast selector for FLINK-10662 . And the RecordWriter division is unified for both streaming and batch jobs.
Attachments
Issue Links
- links to