spring-cloud/spring-cloud-gateway

Add option to ignore `IllegalArgumentException` if discovery locator enabled

Open

#2 952 ouverte le 11 mai 2023

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (3 204 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 284 stars)
Métriques de merge PR
 (Merge moyen 1j 21h) (18 PRs mergées en 30 j)

Description

Is your feature request related to a problem? Please describe. If an illegal appname is registered on Eureka, such as "lb:// ", it will cause the service to fail to start and throw "Illegal character in authority at index 5: lb://"

Describe the solution you'd like filter out illegal appnames during startup

Describe alternatives you've considered When registering a service for the eureka client, if it is an illegal uri, block the registration of the service and throw an exception

Additional context Add any other context or screenshots about the feature request here.

Guide contributeur