Skip to content

Latest commit

 

History

History

service-discovery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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