hazelcast-docker-swarm-discovery-spi icon indicating copy to clipboard operation
hazelcast-docker-swarm-discovery-spi copied to clipboard

Docker Swarm based discovery strategy SPI for Hazelcast enabled applications

Results 7 hazelcast-docker-swarm-discovery-spi issues
Sort by recently updated
recently updated
newest added

Great project, I'm excited to get this working for a service I have deployed in a docker cluster! Currently testing 1.0-RC14 and I've hit the following snag: The dnsrr discovery...

enhancement
question

- **hazelcast-docker-swarm-discovery-spi**: *1.0-RC14-20210205* - **hazelcast**: *4.0.3* - **Docker Engine**: *20.10.6* I am trying the binding via *DockerDNSRRMemberAddressProvider* with the configuration indicated above and member are correctly resolved but then nodes...

Hi, I am trying to form a hazelcast jet cluster in my docker environment in embedded way. And for the same i tried following **Option 1: Local network binding via...

help wanted
question

In my hazelcast.xml I added a member-address-provider just like this (to test). ``` org.bitsofinfo.hazelcast.discovery.docker.swarm.SwarmMemberAddressProvider ... ... ... ... ... true true true ``` However, I am getting an error **Cannot...

bug
help wanted

Five refactorings: * ”throws" declarations should not be superfluous * Static fields should not be updated in constructors (in this case the fields should not be static) * Unused "private"...

I find it strange that all properties can be set through a constructor of `SwarmMemberAddressProvider` except `swarmMgrUri` (and `skipVerifySsl`, but that is of less importance). It can only be set...

enhancement
help wanted

This artifact is OSGi unfriendly, it lacks the necessary manifest headers. Any plans on fixing this?

enhancement
help wanted