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

 ##########
 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:
   Not sure how? The test app AND the test classes need to agree on the same 
port number while they live in distinct JVM processes. We'd have to pass the 
random port via an endpoint running on some constant port - which I think is 
too complicated for what it brings. Or you maybe have a better idea?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to