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


##########
core/camel-util/src/main/java/org/apache/camel/util/SimpleUtils.java:
##########
@@ -27,6 +27,7 @@ public class SimpleUtils {
             Arrays.asList(
                     // Generated by camel build tools - do NOT edit this list!
                     // SIMPLE-FUNCTIONS: START
+                    "a2a",

Review Comment:
   No you do what you think is best - just when all the work is done, that we 
have these functions documented in the adoc file as well, not only in the json 
metadata



##########
components/camel-ai/camel-a2a/src/main/java/org/apache/camel/component/a2a/A2AConsumer.java:
##########
@@ -1208,12 +1210,20 @@ private SendMessageResponse 
processSendMessage(SendMessageRequest request, Excha
                                           + 
getEndpoint().getConfiguration().getMaxConcurrentTasks() + " concurrent tasks");
         }
         try {
+            if (createdTask) {

Review Comment:
   ok



-- 
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