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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -