spring-cloud / spring-cloud/spring-cloud-gateway
Required Gobalfilter type interface in Spring Cloud Gateway MVC, and instead of bean creation properties level routes configuration
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.9k
- Forks
- 3.5k
- Avg merge
- 20h 57m
- Merged PRs (30d)
- 8
Description
public class AuthFilter implements GlobalFilter, Ordered
alternate for this for spring cloud gateway mvc
spring.cloud.gateway.routes[0].id=first
spring.cloud.gateway.routes[0].uri=lb://first-service
spring.cloud.gateway.routes[0].predicates=Path=/first/**
spring.cloud.gateway.discovery.locator.enabled=true
spring.cloud.gateway.discovery.locator.lowerCaseServiceId=true
alternate properties for spring cloud gateway mvc
Thank you for the project and in advance for any help.
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 comparing the requested AuthFilter implements GlobalFilter, Ordered approach with Spring Cloud Gateway MVC documentation and the route properties shown in the issue. No source file or test is named, so first identify the MVC routing and filter entry points. Done should be a documented, agreed equivalent for filters and properties-based routes, with tests if the project supports them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100