declarative-dataflow
declarative-dataflow copied to clipboard
Memory leak with logging enabled
With --enable-logging the server struct holds on to EventLink's for Timely and Differential events, resulting in those never dropping elements.
Solution would be to undo my previous laziness and change SourcingContext to be a trait implemented by Server, that can hand out the event link only to a source that actually wants to make use of it.