Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
added "inputHeader" parameter to use a header value as input to the component instead of the body
This way parameters don't need to be set as body before a query. In combination with "outputHeader" you can completely retain the body and don't even take it as a parameter.
Ultimately this reduces the boilderplate of "setBody"/"setHeader" statements even more.
Here is the PR for it.
Attachments
Issue Links
- is related to
-
CAMEL-8142 camel-sql: store query result in header instead of body
- Resolved