Hi, I have a quartz camel service that invokes a REST API that returns a binary data. This service will be deployed in a clustered node thus multiple instances will invoke the same REST API and gets the same payload. Question, is there a camel pattern or component that can prevent instances of the same camel service processing the same data.
Thank you, Chris
