Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 606 Bytes

File metadata and controls

9 lines (7 loc) · 606 Bytes

Service discovery examples

Service discovery is the automatic detection of devices and services offered by these devices on a computer network.

  • vertx -- Implemented by Vert.x internal service discovery
  • vertx consul -- vert.x Service Discovery example using Consul as backend
  • vertx zookeeper -- vert.x Service Discovery example using Apache ZooKeeper as backend
  • spring cloud eureka -- Eureka as service discovery in Spring Cloud
  • spring cloud consul -- Consul as service discovery in Spring Cloud