enhancementhelp wanted
Metriche repository
- Star
- (4284 star)
- Metriche merge PR
- (Merge medio 1g 21h) (18 PR mergiate in 30 g)
Descrizione
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/**