asher
asher
hi! i'm interested in this issue, can you assign me ?
it seems that this problem was solved in latest apisix. apisix version: ```shell /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua version 3.12.0 ``` # proto file: ```proto syntax = "proto3"; package user; option go_package =...
> Hi [@3kis](https://github.com/3kis), I have verified that the problem still exists. Can you provide your apisix routing configuration? curl http://127.0.0.1:9180/apisix/admin/routes -H "X-API-KEY: **************" {"total":1,"list":[{"key":"/apisix/routes/1","value":{"create_time":1750318948,"status":1,"priority":0,"update_time":1750318948,"uri":"/user.UserService/GetUserInfo","methods":["POST","GET"],"upstream":{"scheme":"grpc","hash_on":"vars","nodes":{"10.0.41.253:50051":1},"pass_host":"pass","type":"roundrobin"},"id":"1"},"modifiedIndex":28,"createdIndex":28}]}
> Hi @bytelazy, could you merge the latest main branch? sure~
> pls merge the `master` branch, > > fix the ci case: #12761 Thanks for the heads-up! I've merged the `master` branch
> Hi, just curious, are you using a code agent for this PR? If so, are you using the prompts I provided in the tracking issue? Which tool and LLM...
> Thank you @bytelazy for working on this. As explained in #7053, these three layers are highly coupled in many of our tests. Therefore, we finally decided to migrate them...