vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
114 stars 67 forks source link

Using Eureka Discovery with Vert.x #100

Open MeiyappanKannappa opened 5 years ago

MeiyappanKannappa commented 5 years ago

Hi,

I am working to deploy a vert.x in PCF, which will consume other service running in PCF through Eureka Discovery. Do vert.x supports Eureka client. If so could you please help us how to do it. Many thanks!

shnaveen25 commented 4 years ago

Hi Karthik

I am trying the same. Did you find anything for this.

tht0urist commented 2 years ago

Hi, You can use Eureka REST endpoint to register/unregister a service. You can have a look into https://github.com/Netflix/eureka/wiki/Eureka-REST-operations. Hope this can help you.