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/**