aldettinger commented on code in PR #8505:
URL: https://github.com/apache/camel-quarkus/pull/8505#discussion_r3045911541
##########
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:
It this test in scope for ticket #7608 ? Or do we need this test to prove
that `onException` common camel types are registered ?
--
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]