spring-cloud/spring-cloud-gateway
Voir sur GitHubEnhancement Request: Routing to AMQP
Open
#141 ouverte le 19 déc. 2017
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
It would be cool if we could define a route to an amqp channel which performs similar to the spring-cloud-stream http-source.
In the application.yml:
spring:
cloud:
gateway:
routes:
- id: foo
uri: amqp://foo_channel_id
predicates:
- Path=/foo/**