weibocom / nginx-upsync-module

For http protocol. nginx-upsync-module, sync upstreams from consul or etcd and so on, dynamiclly modify backend-servers attributes(weight, max_fails, down...), needn't reload nginx
1.83k stars 391 forks source link

etcdv3 protocol support? #167

Open liuyangc3 opened 7 years ago

liuyangc3 commented 7 years ago

能否考虑下 etcd v3协议支持

xiaokai-wang commented 7 years ago

欢迎提交patch.

liuyangc3 commented 7 years ago

@xiaokai-wang 最近看了下代码,想改写下基于etcd3 http的请求 ,我想问下 ngx_http_client_send 和 ngx_http_upsync_send_handler 这两个区别是什么

xiaokai-wang commented 7 years ago

欢迎哈. ngx_http_client_send 是work 进程初始化时用的,函数需要申请资源(socket);ngx_http_upsync_send_handler 是work 进程正常工作时的,用的nginx 的资源,只是包了一层; 有什么问题随时交流哈.

liuyangc3 commented 7 years ago

@xiaokai-wang 方便留个联系方式么