hazelcast / hazelcast-eureka

Hazelcast Discovery SPI Plugin for Netflix' Eureka Service Discovery V1
Other
30 stars 27 forks source link

Example of using this Plugin(Server and Client Mode) and Licencing? #8

Closed dsushil2000 closed 6 years ago

dsushil2000 commented 6 years ago

Can we use this plugin without the HZ Licence?(IDMG) Also the server and client implementation in Spring Boot with Eureka would be good.

mesutcelik commented 6 years ago

Hi @dsushil2000

Hazelcast IMDG has Apache 2.0 license so feel free to use it. You can check Eureka based Sample application here.

dsushil2000 commented 6 years ago

@mesutcelik Thanks for clarification. I did check above link. It shows the Custom implementation of Eureka Integration using the Discovery SPI. I see this library more close to standards as it provided by IMDG. I would love to have those instructions in readme.

mesutcelik commented 6 years ago

Hi @dsushil2000 ,

I probably missed the point. Do you want to see a code sample with hazelcast-eureka module instead of custom implementation in this link? What kind of instructions do you want to see in README?

You can always send a PR to improve README if you see something missing. It would be appreciated!