You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/18 12:04:53 UTC

[GitHub] [camel-kafka-connector] ffang commented on a change in pull request #1111: NetworkUtils should be able to hold a free port for later usage #1109

ffang commented on a change in pull request #1111:
URL: https://github.com/apache/camel-kafka-connector/pull/1111#discussion_r596805790



##########
File path: tests/itests-common/src/test/java/org/apache/camel/kafkaconnector/common/utils/NetworkUtils.java
##########
@@ -29,10 +29,11 @@
 import org.slf4j.LoggerFactory;
 
 public final class NetworkUtils {
-    public static final int  DEFAULT_STARTING_PORT = 49152;
+    
     public static final int  DEFAULT_ENDING_PORT = 65535;
     private static String hostname;
 
+    public static int  DEFAULT_STARTING_PORT = 49152;

Review comment:
       Thanks @tadayosi for the feedback, will revise accordingly




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