spring-cloud/spring-cloud-gateway
Auf GitHub ansehenEnhancement Request: Routing to AMQP
Open
#141 geöffnet am 19. Dez. 2017
enhancementhelp wanted
Repository-Metriken
- Stars
- (4.284 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 21h) (18 gemergte PRs in 30 T)
Beschreibung
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/**