jamesnetherton opened a new issue, #6047: URL: https://github.com/apache/camel-quarkus/issues/6047
Seems the test will call out to a real API, which I've seen fail a few times on CI. ``` Caused by: org.apache.hc.client5.http.HttpHostConnectException: Connect to http://api.openweathermap.org:80 [api.openweathermap.org/38.89.70.158] failed: Connection timed out: getsockopt ``` We should be able to record & replay the API calls with WireMock. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
