Hi everyone, I'd like to start a vote on FLIP-545: Hardening the Event Reporter with an Asynchronous Core.
This FLIP introduces a pluggable EventDispatcher interface to decouple event generation from reporter execution. The default remains synchronous (no behavior change). An opt-in async-queued mode adds a bounded in-memory queue, a poll thread + worker pool, per-reporter circuit breakers, and operational metrics - ensuring a slow or faulty reporter sink can never compromise JobManager stability. The FLIP is on the Cwiki [1]. The vote will be open for at least 72 hours unless there is an objection or not enough votes. [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-545%3A+Hardening+the+Event+Reporter+with+an+Asynchronous+Core Thanks, Kartikey
