java - Apache Camel - Call Rest-Service in Processor: Good or bad practice? -
we building integration logic camel , have question regarding rest-requests.
for simple scenarios/patterns happy camel http component. more complex scenarios example split --> call rest-service n times --> aggregate thinking implementing them in single camel processor instead of using split/aggregate-functionality.
are there drawbacks in calling rest service directly processor?
Comments
Post a Comment