Skip to content

streamparse 2.0.2

Compare
Choose a tag to compare
@dan-blanchard dan-blanchard released this 29 Jun 17:56
· 434 commits to main since this release

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).