hazelcast-consul-discovery-spi icon indicating copy to clipboard operation
hazelcast-consul-discovery-spi copied to clipboard

Consul based discovery strategy SPI for Hazelcast enabled applications

Results 5 hazelcast-consul-discovery-spi issues
Sort by recently updated
recently updated
newest added

Add ability to filter the Consul discovery query by tags.

Add support/example for HTTP health check of hazelcast instead of port check HZ now exposes an http health check https://github.com/hazelcast/hazelcast/issues/7381#issuecomment-240471640

help wanted

I have consul cluster with tls enabled. I've also some agents with disabled incoming verify and i am trying to setup cluster with consul discovery. I've added this jars to...

Unit as of RC7 tests go against consul 0.7.5, with latest consul the following occurs ``` SEVERE: [169.254.222.176]:5701 [hazelcast-consul-discovery-spi] [3.7.8] Unexpected error in configuring discovery: Error connecting to Consul com.orbitz.consul.ConsulException:...

Need to add an plugin/abstraction for what underlying consul API library we utilize. ## Plugin based feature For now create 3 interfaces for the consul APIs we currently use ```...

enhancement