Cheol-Soon-Choi opened a new issue, #8712:
URL: https://github.com/apache/apisix/issues/8712

   ### Description
   
   Referring to "https://github.com/api7/lua-resty-expr#operator-list";, 
traffic-split was set up.
   I'd appreciate it if you could check out how to use "in" in vars Attributes.
   
   ex1) response ok
             "vars": [
               ["http_test", "==", "1"]
             ]
   ex2) response ok
             "vars": [
               ["http_test", "==", "2"]
             ]
   ex3) 503 error
             "vars": [
               ["http_test", "in", "{\"1\", \"2\"}"]
             ]
   ex4) 503 error
             "vars": [
               ["http_test", "in", "{1, 2}"]
             ]
   
   Please check if there is a problem with usage.
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to