-
Hello there, I have a situation where I am writing to a basic_file_sink for a longer period of time. In the beginning all seems to work well, but after some time the file size falls to 0 bytes. What is the file size limit for the basic_file_sink? |
Beta Was this translation helpful? Give feedback.
Answered by
gabime
Jul 1, 2022
Replies: 1 comment 1 reply
-
There is no limit. Perhaps it run out of storage space. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dradic2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no limit. Perhaps it run out of storage space.