Parking-sensor producers already speak Kafka APIs. The city wants those clients to publish into OCI Streaming without running a self-managed Apache Kafka cluster. What capability should they rely on?
Select an answer to reveal the explanation.
Short Explanation
Streaming’s Kafka compatibility is like a city radio that still tunes old police-band handsets—you keep the familiar protocol without standing up your own radio tower. Existing Kafka producers and consumers can target the stream pool’s bootstrap servers. This exam tests that OCI Streaming capability; it is not a Confluent admin certification and does not require a Kafka cluster on OKE.
Full Explanation
OCI Streaming is compatible with most Kafka APIs, allowing existing Kafka producers and consumers to use a stream pool’s bootstrap servers instead of operating Apache Kafka themselves. That compatibility is an OCI Streaming feature under test for developer scenarios. Provisioning a Kafka cluster on OKE is not the required path to integrate Kafka clients with Streaming.