Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Multiple Thread in Kafka Connection using REST Proxy

Avatar

Level 1

I was able to connect to Kafka from Adobe Campaign. The problem is that the data retrieving process is slow. How can I configure to set multiplied thread to speed up the process? I believe it can run multiple workflows in parallel, but how can I ensure the retrieved data is not the same across all the workflows?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @AryaKr 

I am not sure  kind of data points are you forwarding to Kafka. My initial thought is that they are two different platforms built for different things.

 

Campaign won't be able to match the processing speed of Kafka. But you can create multiple workflows to push different type of data and that will help you with the overlapping. Eg Workflow 1 will process transactions and workflow 2 will process some other events.

 


     Manoj
     Find me on LinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @AryaKr 

I am not sure  kind of data points are you forwarding to Kafka. My initial thought is that they are two different platforms built for different things.

 

Campaign won't be able to match the processing speed of Kafka. But you can create multiple workflows to push different type of data and that will help you with the overlapping. Eg Workflow 1 will process transactions and workflow 2 will process some other events.

 


     Manoj
     Find me on LinkedIn