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

Implement DNS discovery feature #30

Closed dethmix closed 3 years ago

dethmix commented 4 years ago

Hello, One of the main Eureka's feature is to automatically discover Eureka Servers from the TXT record. Is there any plans to implement it here? As far as I can currently useDNS option isn't support in the lib. Possibly you can look into implementation of that feature in alternative lib https://github.com/KristianOellegaard/python-eureka (it is old and only for python2 :( )

keijack commented 4 years ago

I'll check it out.

keijack commented 3 years ago

Support DNS discover feature now, please upgrade to version 0.8.2 and try. But I have no Amazon EC2s, so I cannot test metadata auto fill, so I have not work on that part, please check.

keijack commented 3 years ago

I close this issue for the feature is done, If help is needed, please submit another issue.