enhancementhelp wanted
倉庫指標
- Star
- (4,284 star)
- PR 合併指標
- (平均合併 1天 21小時) (30 天內合併 18 個 PR)
描述
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/**