keijack / python-eureka-client

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.
MIT License
184 stars 43 forks source link

Support for external http lib also for registration #13

Closed glani closed 5 years ago

glani commented 5 years ago

It is extremely useful to have external http lib also for registration. All clients: nodejs, java-spring allow us to perform such operation.

The main purpose is to use self-signed certificates. It would be better to have it in the same way like request to the service performed or in constructor during the initialization.

keijack commented 5 years ago

please upgrade to v0.6.0 to specify your own http client, you can find the instruction in README.md