I deployed 3 Eureka servers. A peers with B, B peers with C, C peers with A. I also have a client with eureka.client.service-url.defaultZone=Eureka A's address
. When I started my client, things were wired:
Eureka A and B had my client's registry info, but server C got nothing. I waited for 5mins server C still got nothing. I think server C should have client's registry info because server C peers with Server A, so C will sync registry with A. What's wrong here?
Thanks!