I'm new to Spring Cloud and was checking the Eureka tutorials. I have few questions which I couldn't figure out
- Where does Eureka service registry stores the micro services details? Is it in a in-memory hashmap or any metadata log?
- During the health check of services, is the connection establishment between the client and the service is UDP/TCP/through web sockets ?
- How replication of eureka server really works? Does peer awareness provides replication ?