Download the release on GitHub.
Bug Fixes
Section titled “Bug Fixes”Break back pressure in hidden subscribers
Section titled “Break back pressure in hidden subscribers”The subscribe
operator no longer propagates back pressure to its corresponding
publish
operators when part of a pipeline that runs in the background, i.e.,
is not visible on the overview page on app.tenzir.com. An invisible subscriber
should never be able to slow down a publisher.
By @dominiklohmann in #4399.