davsclaus commented on code in PR #8038:
URL: https://github.com/apache/camel/pull/8038#discussion_r929614024


##########
core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/AggregateProcessor.java:
##########
@@ -880,6 +880,10 @@ private void onSubmitCompletion(final String key, final 
Exchange exchange) {
 
         // send this exchange
         executorService.execute(() -> {
+            if (exchange.hasOut()) {

Review Comment:
   We have a helper method for this
   
   ExchangeHelper.prepareOutToIn(exchange);



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to