I am new to developing microservices, although I have been researching about it for a while, reading both Spring\'s docs and Netflix\'s.
I have started a simple proj
You can try to set renewal threshold limit in your eureka server properties. If you have around 3 to 4 Microservices to register on eureka, then you can set it to this:
eureka.server.renewalPercentThreshold=0.33