cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Fixed audit service discovery issue #40

Open nandakishorek opened 6 years ago

nandakishorek commented 6 years ago

DashboardVerticle relies on servicediscovery to discover audit-service. But AuditVerticle does not publish the endpoint. So dashboard does not show the operations.

To fix this, publish audit service endpoint.

Port zero is a reserved port. So changed the audit service port to 36000.

nandakishorek commented 6 years ago

Fixes https://github.com/cescoffier/vertx-microservices-workshop/issues/39