Kafka Connector template + Event Subprocess

Hi, I am trying to configure 2 Event subprocess one - interrupting and the other non-interrupting for a workflow process.

The start event for the event subprocesses needs to be a message event from Kafka.
I have published a connector template as


And the properties in the start event inside the event subprocess which includes the customized connector template set as


The payload sent from the Kafka is :slight_smile:
image

but when I am trying to publish a message from KAFKA the event subprocess is not triggered.

Could anyone help me with this issue

Hi @harshna.sirohi,

have a look at @StephanHaarmann s answer on this thread: Kafka Connector - #2 by StephanHaarmann

Hope this helps, Ingo

Thanks, but seems that it is not working that way either