spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

開放

#141 建立於 2017年12月19日

 (1 則留言) (0 個反應) (0 位負責人)Java (3,204 個分叉)batch import
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/**

貢獻者指南