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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -