aldettinger commented on issue #1206: URL: https://github.com/apache/camel-quarkus/issues/1206#issuecomment-626678958
@lburgazzoli I don't have much details, but let me share my findings. From the logs of a non-working configuration you've shared above, the first meaningful difference is that line: `client connection to 192.168.96.2:7051: connect: No route to host (error 113)` It means that from the 2 containers involved in this test, the tablet server one is not able to communicate with the master one. In a working configuration however the communication between containers is working. This is the purpose of the shared org.testcontainers.container.Network instance in the `KuduTestResource` class. From there, I was not able to find anything meaningful. I'm happy to investigate if you have anything to share. ---------------------------------------------------------------- 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