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