jamesnetherton commented on a change in pull request #2524: URL: https://github.com/apache/camel-quarkus/pull/2524#discussion_r621849136
########## File path: integration-tests/lra/src/test/java/org/apache/camel/quarkus/component/lra/it/LraTestResource.java ########## @@ -36,8 +42,16 @@ @Override public Map<String, String> start() { try { + String hostname = InetAddress.getLocalHost().getHostName(); Review comment: Small nit - I don't see `hostname` used for anything so I guess it can be removed? -- 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