enhancementhelp wanted
仓库指标
- 星标
- (4,284 个星标)
- PR 合并指标
- (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/**