Several downstream municipal services—and a short replay window—must all see the same OCI resource-state change that an Events rule matches. Which action destination fits that fan-out?
Select an answer to reveal the explanation.
Short Explanation
When more than one consumer (or a replay window) must see the same OCI resource change, deliver the match onto a stream. The rule still filters; Streaming holds and fans out. A lone Function is enough only when one worker should handle the match.
Full Explanation
Official Events actions include delivering matches to a Streaming stream for multi-consumer read and replay. Use a Function action when a single worker should process the match. Queue is not an Events action destination, and Vault is for secrets—not an event fan-out bus. Keep the Events rule as the filter and Streaming as the hold-and-fan-out layer.