Kafka Consumer Connector in parallel Subprocess not beeing registered

Hi there!

I modeled a process with two kafka consumer connectors as intermediate events. One inside the process itself and one inside a parallel expanded subprocess.
I create parallel subprocesses because i have n messages of the same topic i am waiting for which have to be processed via a rest connector which can take a while.
My problem is that the camunda connectors service is not registering the kafka consumer(s) inside the subprocess so i am stuck in the subprocess execution.

Hi @maxs, we just released a patch release of new connector runtime (Docker) that supports inbound connectors in subprocesses. It will also be available for SaaS users as part of our next release (October 10th 2023).

2 Likes

Kudos to the team. I will test it and give feedback to you guys :heartbeat:

Update:
@sbuettner It works now. Thanks a lot :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.