ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.67k stars 206 forks source link

Suppress NATS heartbeat error #633

Closed benjamin-awd closed 4 months ago

benjamin-awd commented 4 months ago

The MissingHeartbeat often indicates a temporary hiccup in networking/processing, and should not be treated as a breaking error by the worker/controller.

image