I've been struggling with this for a while now. I have events that i'd like to process asynchronously (they are long running), however if the data passed from the event meets a condition (same id for example), i'd like the event to be processed synchronously and in order.I've been struggling with this for a while now.