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
- where eureka service registry stores micro services details? in in-memory hashmap or metadata log?
- during health check of services, connection establishment between client , service udp/tcp/through web sockets ?
- how replication of eureka server works? peer awareness provides replication ?
thanks
Comments
Post a Comment