Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
关于resty.upstream.healthcheck两个想法
yurnerola
Hello,各位大拿:
目前resty.upstream.healthcheck是直接使用socket进行通讯的,直接修改为resty.http怎么样?
另外,此模块集成了ngx.upstream,这样的话就不能和balancer_by_lua放在一起使用,可不可以换个实现方法?
aogooc
Hello,
自己动手改一改吧,很简单,移除ngx.upstream,修改一下细节性的问题,读取自己的配置信息就好了。
需求不一样,导致绝大多数的配置信息都是不一致的,所以也无法形成标准 :)