xiaokai
xiaokai
Its performance is excellent. But it's not updated a long time. Is it still maitained? Are there many people using this? Thanks.
对于使用此模块的用户,如果要更新到最新的master 分支,请去掉fake server,并使用include 命令,把dump 文件 include 进来(第一次使用时,请把实际的server 信息填充到dump 文件),谢谢! 任何疑问请留言…… If you are using the module and want to update to the latest code, please abandon the fake server and...
It can work, but not compatible with nginx_stream_upsync_module. [#2](https://github.com/xiaokai-wang/nginx-stream-upsync-module/issues/2)
本人前段时间写了一个 upsync 模块,用到了健康监测模块提供的 check_add/delete_dynamic_peer() 接口,以便对动态增删后端节点进行健康监测,发现一个困惑的点: 个人觉得 check_peer_t 对应于 rr_peer_t, check_peer_t 共享 rr_peer_t 数据结构的部分元素; 可是发现 check_peer_t 没共享 rr_peer_t 的元素,可是共享了 upstream_server_t 的元素(当然 rr_peer_t 也共享了 upstream_server_t 的元素); 具体如下: check_peer_t: ``` ...... ngx_addr_t *check_peer_t;...
Sorry, I am a newbie. There are four utf8 files in the dict and I am confused where they are from, what each of them are used for, Can I...