Apache Kafka Adapter: Querying messages in real time
Summary
Are we able to query an Apache Kafka Topic more often then once every ten minutes?Content
In a recent update a new Apache Kafka adapter was brought to OIC.
When evaluating the possibilites granted by the new adapter, we stumbled about the limit of polling the Kafka topics every ten minutes only.
It is advised to use the Apache Kafka Connection in a scheduled integration, which would limit the integration's execution intervall to ten minutes: "A scheduled orchestrated integration that runs every ten minutes." (https://docs.oracle.com/en/cloud/paas/integration-cloud/apache-kafka-adapter/consume-messages-apache-kafka-topic.html)