forest icon indicating copy to clipboard operation
forest copied to clipboard

Forest是否支持集群配置

Open Baishiguo opened this issue 10 months ago • 2 comments

目前发现单节点请求,如果在不使用Nginx代理,能否做到配置多个地址

Baishiguo avatar Mar 27 '24 02:03 Baishiguo

目前看好像是没有负载均衡的实现的,看上去还是依赖4/7层负载,不过可以利用拦截器实现自定义负载均衡

mengxzh avatar Mar 28 '24 01:03 mengxzh

AddressSource可以自定义根地址,在里面实现负载均衡算法就好了

wangxiaoyan369 avatar Apr 12 '24 01:04 wangxiaoyan369