pjfanning opened a new pull request, #298: URL: https://github.com/apache/pekko-management/pull/298
Tests currently fail with: ``` [info] - should work for defaults *** FAILED *** (1 second, 785 milliseconds) [info] com.orbitz.consul.ConsulException: Error connecting to Consul [info] at com.orbitz.consul.AgentClient.ping(AgentClient.java:70) [info] at com.orbitz.consul.Consul$Builder.build(Consul.java:734) [info] at org.apache.pekko.discovery.consul.ConsulServiceDiscovery.<init>(ConsulServiceDiscovery.scala:44) [info] at org.apache.pekko.cluster.bootstrap.discovery.ConsulDiscoverySpec.$anonfun$new$2(ConsulDiscoverySpec.scala:69) ``` Maybe the consul client is used before the container is ready. Or the host and port setup for the client is not correct. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
