spring-cloud / spring-cloud/spring-cloud-netflix
Actuator/s-c-bus endpoint to change eureka instance status
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 5k
- Forks
- 2.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 10
Description
UP, // Ready to receive traffic
DOWN, // Do not send traffic- healthcheck callback failed
STARTING, // Just about starting- initializations to be done - do not
// send traffic
OUT_OF_SERVICE, // Intentionally shutdown for traffic
UNKNOWN;
This could be useful to start instances with OUT_OF_SERVICE then changing it to UP after testing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Actuator/s-c-bus endpoint and Eureka instance-status handling. Determine how the endpoint should set the listed statuses, including starting an instance as OUT_OF_SERVICE and changing it to UP after testing. Done means the endpoint supports the requested status changes without ambiguity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- api, backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100