Which two statements are true regarding messaging adapters in Oracle Integration Cloud (OIC)?
Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and AVRO message formats.
The OCI Streaming adapter does not support consuming messages from a specified consumer group.
The Apache Kafka Adapter can be configured to support Transactions in case of Producers.
It is not mandatory to install a connectivity agent to use the OCI Streaming Adapter for Inbound polling.
Comprehensive and Detailed Explanation:
Messaging adapters:
A:True—Kafka and OCI Streaming support XML, JSON, and AVRO.
C:True—Kafka adapter supports producer transactions.
B:False—OCI Streaming supports consumer groups.
Submit