waterfall
waterfall copied to clipboard
Results
2
waterfall issues
Sort by
recently updated
recently updated
newest added
## Problem When `out-sink` is closed via: ```clojure (ms/on-closed out-sink (fn [] @(actor [::close]))) ``` the consumer is closed right away. The problem is that when the `out-sink` got closed,...
# Purpose Waterfall consumes from the topic and only commits once after processing all the consumed data. In this case, if there is a lot of data in the topic,...