JinyuChen97 commented on code in PR #8505:
URL: https://github.com/apache/camel-quarkus/pull/8505#discussion_r3045964623


##########
integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/tcp/NettyTcpResource.java:
##########
@@ -146,6 +146,14 @@ public void process(Exchange exchange) throws Exception {
         mockEndpoint.assertIsSatisfied(5000L);
     }
 
+    @Path("/async/delayed")
+    @POST
+    public String sendNettyTcpMessageWithAsyncDelayed(String message) {

Review Comment:
   oh yes, you are right, this issue only solve if the common camel exception 
class supported in native mode. I will remove this delay test.



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