KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

Camel 4.5 - EIPs that support exchange properties are now in camel-catalog #850

Open davsclaus opened 4 months ago

davsclaus commented 4 months ago

Please describe the feature that you want to propose

https://issues.apache.org/jira/browse/CAMEL-20381

For example Aggregate EIP https://github.com/apache/camel/blob/main/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/aggregate.json#L47

There is a new exchangeProperties in the model json files. If an EIP has no support then there are no exchangeProperties at all in the json.

Also notice that Aggregate is special as it has 3 consumer (input) that end user can set to control the EIP. All the others are producer based, eg output so they come after the EIP when being routed.

For example the CamelAggregatedCompletedBy that tells the user how the exchange was completed (size, timeout etc.)

lordrip commented 4 months ago

To check right after the placeholder support