Hi,
yes, i have.But i don't recommend this, because of this coding style is
inappropriate to OpenResty, it used too much Lua global variables which had
performance penalties.I want to rewrite these and use proper Lua module files.
like this
local _M = {}
....
return _M
And some lua files can be generated by executing the command thrift --gen
openresty xxx.thrift.
Btw, please forgive me for my bad English.
> 在 2016年4月26日,15:12,Jens Geyer <[email protected]> 写道:
>
> Hi,
>
> if you have an OpenResty Thrift transport implementation ready, you
> definitely should try and send a pull request.
>
> JensG
> ________________________________
> Von: 洪亮
> Gesendet: 26.04.2016 07:26
> An: [email protected]
> Betreff: Thrift for OpenResty
>
> Do you have any plan to make Thrift support to OpenResty?