Would love `access_by_lua_block`
Hey there,
I'm looking to build a way to dynamically assign IP to requests as they come in. Been able to achieve that with http since it has both access_by_lua_block and balancer_by_lua_block but former missing here.
I want to switch to stream since proxying on L4 would be more efficient.
Thanks for considering!
Nikhil
Hi @nikhilro stream module supports access_by_lua_block & balancer_by_lua_block. Which version of openresty did you use?
Oh, it does?
Version info:
~$ openresty -v
nginx version: openresty/1.25.3.1
After I got the error, I noticed TODO in README mentioned it doesn't either and created this issue.
You can find the test cases under github.com/openresty/stream-lua-nginx-module/t