load balancing - Where does Eureka Server stores the service details to maintain its registry? -


i'm new spring cloud , checking eureka tutorials. have few questions couldn't figure out

  1. where eureka service registry stores micro services details? in in-memory hashmap or metadata log?
  2. during health check of services, connection establishment between client , service udp/tcp/through web sockets ?
  3. how replication of eureka server works? peer awareness provides replication ?

thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -