When I study the Hello world case of spring cloud Eureka service-registration-and-discovery, the client can register the server without define defaultZone in client configuration file.
I guess client will search all the servers and ports it can access? is it correct? if not, how client can find the server and register?
http://localhost:8761- spencergibb