-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: camel-kafka
-
Labels:None
-
Estimated Complexity:Unknown
This feature introduces setting metadata on aggregated exchange individually. Currently, when many aggregated messages are sent, metadata is set only on aggregating exchange as a list. It is then difficult to match metadata from the list with aggregated exchange it refers to, because the order in the list does not have to be the same as the order of aggregated exchanges. When using asynchronous kafka producing, callbacks that set metadata can be called in different order than the messages were produced to kafka.