A city permits bureau streams inspection updates into OCI Streaming and must transform each partition’s messages with an Oracle Function before writing results to Object Storage, preserving order. Which documented path wires the stream through the function?
Select an answer to reveal the explanation.
Short Explanation
Think of Connector Hub as the plumber between the stream and the Function. It can take Streaming as the source, invoke a Function synchronously to transform messages, and write to a supported target while keeping partition order. Streaming does not natively “call Functions” as its default path without that wiring.
Full Explanation
OCI documents Connector Hub as the integration that reads from a stream, runs a Function as the task to transform payloads, and delivers to a supported destination. Direct Streaming-to-Functions without Connector Hub is not the documented default. Events rules match OCI resource-state changes, not every Kafka-style append, and Queue is a separate work-inbox pattern—not the stream transform bus.