Rafał Gała created CAMEL-14362:
----------------------------------
Summary: Set metadata for each eggregated kafka message separately
Key: CAMEL-14362
URL: https://issues.apache.org/jira/browse/CAMEL-14362
Project: Camel
Issue Type: New Feature
Components: camel-kafka
Reporter: Rafał Gała
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)