This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[connectors] Add an option to configure if a property should be set on exchnage header #2819
Open
Description
This is a...
[X] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
The problem
As today the properties are set at component or endpoint level but sometimes a component expect some properties to be set with headers.
Expected behavior
We should have an option to configure how a property has to be consumed by the the component proxy like we can add a context enum to properties definition.
{
"property": {
"context": "component|endpoint|header"
}
}