MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

Informative log output with failed endpoint registration #146

Open marcvdijk opened 5 years ago

marcvdijk commented 5 years ago

If a service wants to register endpoints while the service is already launched (other instance, no round-robin) than it logs a non-informative error that it was unable to register it's endpoints and subsequently staying alive.

Would be good to inform the user that the service is already active and then quite instead of staying alive.