spring-cloud / spring-cloud/spring-cloud-gateway
The API for Hystrix and Redis filters has been updated but no documentation exist
Open
Nobody has claimed this yet.
documentation
- Dominant language
- Java
- Stars
- 4.9k
- Forks
- 3.5k
- Avg merge
- 20h 57m
- Merged PRs (30d)
- 8
Description
The API for Hystrix and Redis filters has been updated but no documentation exists:
.route("general", r -> r.path("/retry/**")
.filters(f -> f
.hystrix(c -> c.setName("name"))
.requestRateLimiter(c -> c.setRateLimiter(redisRateLimiter()))
)
.uri("http://localhost:8080/testRetry")
)
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
No file or test is named. Start by locating the current documentation for the Hystrix and Redis filters and compare it with the API example in this issue; the work is done when both updated APIs and the shown route configuration are documented accurately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis, spring, spring-boot
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100