Expand my Community achievements bar.

Hi, I want to integrate

Avatar

Level 1

Hi, I want to integrate Kafka with Adobe I/O Runtime so that I can send the data from Kafka via Adobe I/O Runtime to Adobe Campaign Standard. Can somebody please help me how to do this? Any kind of help would be highly appreciated.

1 Reply

Avatar

Level 4

Hi @apoorv95,

 

Our apologies for missing this message earlier. It's definitely doable with Kafka API and ACS API. There are two ways to go about it -- 1) you can set up events in Kafka that pushes to a Runtime action when there are new events and have your Runtime action push that data into ACS. 2) you can use Kafka API to retrieve data from Kafka in your Runtime action and push that data into ACS. We have an SDK with ACS that could be helpful for you (https://github.com/adobe/aio-lib-campaign-standard).

 

You can read more and get started from our documentation: https://www.adobe.io/apis/experienceplatform/project-firefly/docs.html#!AdobeDocs/project-firefly/ma...

 

Sarah