Hello,
I’m using Camunda 8 with Kafka start event connector, I need to ensure in my flow that if for any reason I receive a duplicate event from the start(same payload and event id ) that it wouldn’t create another duplicate process instance.
is there a way to achieve this with Camunda 8?
This is a great question.
I remember implementing this in Camunda 7 a while ago - So I’ll see if the same pattern will work in C8 and let you know when i have something
1 Like