hazelcast / hazelcast-code-samples

Hazelcast Code Samples
www.hazelcast.org
548 stars 595 forks source link

Client for SpringBootEmbedded #369

Open pa-vishal opened 4 years ago

pa-vishal commented 4 years ago

You have given three examples of creating a hazelcast cluster in eureka namely hazelcast-only, hazelcast-separate-client, hazelcast-metadata at - (hazelcast-code-samples/hazelcast-integration/eureka/springboot-embedded/

I have created such a cluster (of type hazelcast-metadata). The cluster works fine. Now I am trying to create a Hazelcast client application that should push a message on a hazelcast queue on the cluster. I am not able to do that. Can you provide us with a example or pointer on how to write a client application that talks to hazelcast cluster on eureka?

The example client application would use com.hazelcast:hazelcast-client and not com.hazelcast:hazelcast.

neilstevenson commented 4 years ago

Hi, there's a sample just been updated here https://github.com/hazelcast/hazelcast-code-samples/tree/master/hazelcast-integration/springboot-eureka-partition-groups