Multiple Thread in Kafka Connection using REST Proxy | Community
Skip to main content
New Participant
March 18, 2025
Solved

Multiple Thread in Kafka Connection using REST Proxy

  • March 18, 2025
  • 1 reply
  • 476 views

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?

Best answer by _Manoj_Kumar_

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.

 

1 reply

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
March 19, 2025

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