streamparse 2.0.2
This release fixes an issue where tick tuples were not being acked in the new BatchingBolt
implementation (e38a024). It also updates the documentation for BatchingBolt
to indicate that you can enable tick tuples on a per-bolt basis in your topology file by adding :conf {"topology.tick.tuple.freq.secs", 1}
to your python-bolt-spec
arguments (d1c405a).