A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry.
In my spring boot project, I have set that every client needs to send every 5s a heartbeat and an expiration time of 9s. If the python instance has set per default a 30s heartbeat, it can lead to errors. How I can alter the python settings so it is the same at its spring boot peers
In my spring boot project, I have set that every client needs to send every 5s a heartbeat and an expiration time of 9s. If the python instance has set per default a 30s heartbeat, it can lead to errors. How I can alter the python settings so it is the same at its spring boot peers