Spring-cloud-gateway: TCP/UDP Gateway

Created on 20 Sep 2017  路  20Comments  路  Source: spring-cloud/spring-cloud-gateway

Hello

I want to use spring-cloud-gateway as my load balancer. The problem is that my clients have https connections and some of them have tcp/udp connections.

Can you please let me know if spring-cloud-gateway supports https and tcp/udp connections?

Best regards

enhancement icebox

Most helpful comment

Any further information about this feature?

All 20 comments

HTTPS should be supported by spring framework in general. I'm unsure if a TCP/UDP gateway is in scope. We'll keep this issue open until we decide one way or another.

Any further information about this feature?

No, this will not be part of the initial release.

What's the plan to support HTTPS ?

@harryyu1018
HTTPS is already supported via Spring WebFlux and Spring Boot
here is an example
https://github.com/making/pks-master-gateway/blob/master/src/main/resources/application.properties#L7-L14

@making Thank you.

Support for TCP planned in future ?

@ShobhrajARaut not immediately or the near future.

@spencergibb Thank you

I hope Spring cloud gateway supports tcp protocol.

@spencergibb the rsocket is tcp socket support module?

No it is not. It is only for rsocket not TCP in general

Does gateway-rsocket have a release plan? @spencergibb

Later this year after boot 2.2

@spencergibb Now, Spring boot 2.2.x is released, I want to know the plan to support for TCP.

Any further information about this feature?

Any further information about this feature?

No

any good news, for implementing this feature

No

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vpavlyuk picture vpavlyuk  路  25Comments

re6exp picture re6exp  路  36Comments

carrielfonseca picture carrielfonseca  路  29Comments

bcelenk picture bcelenk  路  31Comments

samtonyclarke picture samtonyclarke  路  68Comments