You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output_stream writer writes every single event. The raw stream does have a batch size but this is of a fixed size. This should use the Stream.timed_window operation but that requires running an event loop in a separate thread.
This issue is for creating that separate thread event loop and then having constant time interval flushes to disk.
The text was updated successfully, but these errors were encountered:
The output_stream writer writes every single event. The raw stream does have a batch size but this is of a fixed size. This should use the
Stream.timed_window
operation but that requires running an event loop in a separate thread.This issue is for creating that separate thread event loop and then having constant time interval flushes to disk.
The text was updated successfully, but these errors were encountered: