1、http 和 stream 共享的 sharedict非常期待;
2、希望有个官方的resty-mongo库

doujiang24 还有就是ngx.location.capture 不支持balancer_by_lua阶段,导致不能在balancer阶段动态选取结点

imilli
这应该是不影响的,子请求也有 balancer 阶段,需要在子请求的 balancer 里来动态选取节点
主请求是没法指定的子请求的上游的,这个逻辑只能自己来实现,比如主请求跟子请求之间通过共享 ctx 来实现控制逻辑

    18 days later

    为了调试, 需要 tcpsock.connect 连接后的client端的地址端口信息

    feng
    意思是本地用的什么 IP 和 端口,去连接的远端,对吧?
    这个用于调试什么呢?

    • feng replied to this.

      doujiang24 是的, 主要是方便用tcpsock 代理时, 通过日志中的IP port 信息定位设备, 或者抓包后可以端口过滤, 辅助作用.

        5 days later

        tanjinhua 就是这个,还一起打包实现了keepalive_requsets;
        我想本地试试,这个怎么弄个patch,在1.15.8.2的版本基础上?

          24 days later
          10 days later
          25 days later
          4 months later
          a month later

          希望共享内存功能 可以增加一个获取 key 个数的接口

            a year later

            stallion5632
            http 和 stream 共享的 sharedict

            this repository is a part of https://github.com/api7/apisix-nginx-module
            To realize the openresty/meta-lua-nginx-module#76

            how to use
            base openresty official 1.19.9.1 version
            Follow the steps below:
            cd apisix-nginx-module/patch
            ./patch.sh ThePathOfYourOpenRestySrcDirectory
            /configure --add-module=../apisix-nginx-module/src/meta
            make -j10

              Write a Reply...