As far as I understand when a worker calls flush
method of my sink task, it then assumes that everything has been written to an outside system. But I don’t really commit to outside systems each minute, how can override this setting so that flush
will be called less frequently?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.