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
187 stars 44 forks source link

404 GET /health #15

Closed jxfruit closed 5 years ago

jxfruit commented 5 years ago

你好,注册成功之后出现404 GET /health的日志信息,看起来像是在查询服务健康状况?

keijack commented 5 years ago

Hi, dear, this component won't setup a HTTP server and provide the health checking REST interface, you should always provide this in your APP.

jxfruit commented 5 years ago

yeah, but I found a function status_update, it likes providing a health checking REST interface?

keijack commented 5 years ago

Hi, dear, this function is for sending the component's status to eureka server, it does not provide a REST interface.

jxfruit commented 5 years ago

ok, tks