go-eureka-client icon indicating copy to clipboard operation
go-eureka-client copied to clipboard

feature - update status

Open hwiorn opened this issue 4 years ago • 0 comments

Some go services in my company have to wait for loading a large model or long-initializing. So I need an interface to update the service status. This PR can make go-eureka-client to update an instance status in the eureka server using UpdateStatus.

client.UpdateStatus(instance, eureka.UP)

hwiorn avatar Dec 01 '20 03:12 hwiorn