Posts

Showing posts from September, 2020

ERP Adapter - Business Events

Image
One of the most powerful and unique features of the  Oracle ERP Adapter  is the capability to subscribe to real-time business events. On top of that, it's actually easy to create an Integration to consume those events. Before creating any Integration, you need to make sure to add a new security entry in the below link. https://<fa-url>.oracledemos.com/soa/composer csf-key: Copy the Identity Domain value (for example, idcs-638a2ce020e60c2881) and the Service Instance value (for example, oic1575). Assemble the CSF key value with the identity domain first and the service instance second (no space in between): idcs-638a2ce020e60c2881oic1575. Username and Password - OIC credentials ( not ERP ) This is what allows ERP to trigger OIC upon a new business event. No other adapter has this functionality. As for the ERP adapter, things are much more simplified as only one endpoint is required (before it was 3) For more details please refer to the documentation . A business event is a Tr

Kafka Adapter for OIC

Image
This article was originally published in the Oracle Integration Blog. The Kafka adapter for Oracle Integration Cloud came out earlier this month, and it was one of the most anticipated releases.     So what is Kafka? You can find all about it on https://kafka.apache.org/ , but in a nutshell: Apache Kafka is a distributed streaming platform with three main key capabilities: Publish and subscribe to streams of records. Store streams of records in a fault-tolerant durable way. Process streams of records as they occur. Kafka is run as a cluster on one or more servers that can span multiple data centres. The Kafka cluster stores streams of records in categories called topics, and each record consists of a key, a value, and a timestamp.   Kafka Adapter Capabilities The Apache Kafka Adapter enables you to create an integration in Oracle Integration that connects to an Apache Kafka messaging system for the publishing and consumption of m

Slack Adapter for OIC

Image
This article was originally published in the Oracle Integration Blog .   The Slack adapter for Oracle Integration Cloud was released recently and delivers an easy way of Integration with Slack.     Slack and other platforms with similar capabilities changed the way we work, and the way we interact with our colleagues. It’s difficult to imagine a world with only email as communication method – the boost in productivity and cooperation with these types of platforms is incredible. Slack is also a verb nowadays ( let me slack you ), that alone is enough to show its Impact 😊   Slack Adapter Capabilities Slack is a collaboration hub that helps you and your team work together seamlessly. In Slack, team members send messages and share files in channels.   The Slack Adapter offers outbound integration with Slack on the Oracle Integration platform. You can create outbound integrations that invoke the Slack application so you can manage channels, invite users, get profile information,