Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Connect to KAFKA from ACC

Avatar

Level 2

Team,

 

Please let me know if we can connect to a Kafka topic through Adobe campaign V7 JS activity. I dont want to use any libraries (Java, python, NodeJS). Can we just connect like we connect to a REST/SOAP API.

 

Thanks in Advance!

Vikas.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @_vikas_ ,

 

As I know, Kafka is real time event streaming. 

I think, it does not support http request repose by default nature. 

If you would like to use HTTP with Kafka, then you need to use REST proxy with Kafka for this purpose. 

https://www.confluent.io/blog/http-and-rest-api-use-cases-and-architecture-with-apache-kafka/

https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/overview.html

 

Once you have HTTP API, then you can connect it with ACC with JS using http request. 

 

As I know, Real time integration between adobe trigger and Adobe campaign via pipeline event  is based on same technology. 

 

Thanks, 

Parvesh

 

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @_vikas_ ,

 

As I know, Kafka is real time event streaming. 

I think, it does not support http request repose by default nature. 

If you would like to use HTTP with Kafka, then you need to use REST proxy with Kafka for this purpose. 

https://www.confluent.io/blog/http-and-rest-api-use-cases-and-architecture-with-apache-kafka/

https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/overview.html

 

Once you have HTTP API, then you can connect it with ACC with JS using http request. 

 

As I know, Real time integration between adobe trigger and Adobe campaign via pipeline event  is based on same technology. 

 

Thanks, 

Parvesh