Hi, I want to integrate | Community
Skip to main content
July 30, 2020

Hi, I want to integrate

  • July 30, 2020
  • 1 reply
  • 1833 views

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. 🙂

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

sarahxxu
Adobe Employee
Adobe Employee
August 24, 2020

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/master/overview/what_is.md

 

Sarah