oscerd commented on a change in pull request #134: Fix #133 Test netty4-http as
a producer
URL: https://github.com/apache/camel-quarkus/pull/134#discussion_r313598243
##########
File path:
integration-tests/netty4-http/src/main/java/org/apache/camel/quarkus/component/netty4/http/CamelRoute.java
##########
@@ -19,10 +19,16 @@
import org.apache.camel.builder.RouteBuilder;
public class CamelRoute extends RouteBuilder {
+
+ public static final int PRODUCER_TARGET_PORT = 10102;
Review comment:
Probably we'll need to re-use the AvailablePortFinder from Camel
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services