goeureka icon indicating copy to clipboard operation
goeureka copied to clipboard

Provide go microservice clients to register with Eureka center.

Results 5 goeureka issues
Sort by recently updated
recently updated
newest added

也没多少代码吧,怎么占了 41 M 这么大。。。 ```bash $ find -type d -exec du -sh {} \; 41M . 12K ./gotest 41M ./.git 28K ./.git/refs 12K ./.git/refs/remotes 8.0K ./.git/refs/remotes/origin 8.0K ./.git/refs/heads 4.0K ./.git/refs/tags...

https://github.com/SimonWang00/goeureka/blob/b713fa2493344c920d839c8dcaf2ba3c966d32be/client.go#L223 kill进程后,会触发钩子函数,但未在eureka中下线。去掉接口中的value=UP参数则可以立即下线。

每次发送心跳先用GetInfoWithappName获取到instanceId,可以注册的时候获取到存储下来吧 ![image](https://user-images.githubusercontent.com/20902288/123763854-cbf02700-d8f6-11eb-908e-a0e5c521e6eb.png)

类似这样的注册http://username:[email protected]:1111/eureka 如何使用啊