Details
-
New Feature
-
Status: Open
-
P1
-
Resolution: Unresolved
-
None
-
None
-
None
Description
To execute unbounded Splittable DoFn over fnapi in streaming mode properly, portable runners should issue split(ProcessBundleSplitRequest with fraction_of_remainder > 0) or simply checkpoint(ProcessBundleSplitRequest with fraction_of_remainder == 0) to SDK regularly to make current bundle finished processing instead of running forever.
Attachments
Attachments
Issue Links
- duplicates
-
BEAM-11991 Python Kafka source not emitting messages for streaming pipelines with Flink Runner
- Resolved