Xiangke (Shawn) Cao

Results 3 comments of Xiangke (Shawn) Cao

+1 need an example with 3+ nodes. The sample on http://projects.spring.io/spring-cloud/spring-cloud.html#_peer_awareness doesn't look right. I expect each peer to still default to it's own zone while knowing peers from other...

After some trial and error. I got a configuration set which allow a few Eureka servers synchronize and share apps registered under each of them. Sharing below: ``` ----eureka-app.yml---- (for...

+1 Mockbin is very promising for API contract testing. And allowing edit enables we to change response without change fixture.