Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instance status #24

Closed
DeAJota opened this issue Feb 11, 2020 · 1 comment
Closed

Update instance status #24

DeAJota opened this issue Feb 11, 2020 · 1 comment
Assignees

Comments

@DeAJota
Copy link

DeAJota commented Feb 11, 2020

Hello,

I'm trying update status of my application instance on eureka but don't work. Debugging I have seen that method status_update on RegistryClient class call status_update function and this have a literal:

apps/%s/%s?status=%s&lastDirtyTimestamp=%s

According to this link https://dzone.com/articles/the-mystery-of-eureka-health-monitoring and this https://github.com/Netflix/eureka/wiki/Eureka-REST-operations the literal don't seems correct. The correct url should be:

apps/%s/%s/status?value=%s&lastDirtyTimestamp=%s

@keijack keijack self-assigned this Aug 13, 2020
keijack added a commit that referenced this issue Aug 20, 2020
@keijack
Copy link
Owner

keijack commented Aug 20, 2020

resolve, see release 0.7.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants