YeautyYE / netty-websocket-spring-boot-starter

:rocket: lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Apache License 2.0
1.81k stars 534 forks source link

什么时候可以支持spirng cloud gateway #96

Open ansoncloud opened 4 years ago

ansoncloud commented 4 years ago

什么时候可以支持spirng cloud gateway

YeautyYE commented 4 years ago

https://github.com/xchz/netty-websocket-spring-boot-demo 你看看这个能否帮到你

ansoncloud commented 4 years ago

@YeautyYE 有没nacos注册的例子,上面那个是Eureka注册中心的

YeautyYE commented 4 years ago

@YeautyYE 有没nacos注册的例子,上面那个是Eureka注册中心的

你看看gateway读的key是什么,注册上去就好了,用NacosNaming

mariaccc commented 3 years ago

@ansoncloud https://github.com/mariaccc/netty-websocket-gateway-nacos-demo 最近刚好碰到,写了个netty-websocket-spring-boot-starter + spring cloud gateway + nacos集成的demo

huagelong commented 2 years ago

@mariaccc 加入 spirng cloud gateway 后,spirng cloud gateway服务器的文件描述符是否也要修改,spirng cloud gateway服务器对连接数量也有影响