jujiale commented on issue #8166:
URL: https://github.com/apache/apisix/issues/8166#issuecomment-1291438818

   > 1. what are routes and upstreams config info?
   > 2. whether the route and the bound upstream which occurs 502 still proxy 
HTTP1.1/ requests?
   
   @tzssangglass 
   1.
   the following is our config info.
   route config:
   `
   
         {
         "uri": "/*",
         "name": "xxx-xxx-xxx.grpc",
         "priority": 100,
         "methods": [
           "GET",
           "POST",
           "PUT",
           "DELETE",
           "PATCH",
           "HEAD",
           "OPTIONS",
           "CONNECT",
           "TRACE"
         ],
         "host": "xxx-xxx-xxx.grpc",
         "upstream_id": "431317757666001848",
         "status": 1
       }
   
   `
   
   upstream config:
   `
   
          {
         "nodes": [
           {
             "host": "172.xx.xxx.xxx",
             "port": 20000,
             "weight": 1
           }
         ],
         "timeout": {
           "connect": 6,
           "send": 6,
           "read": 6
         },
         "type": "roundrobin",
         "scheme": "grpc",
         "pass_host": "pass",
         "name": "xxx-xxx-xxx.grpc",
         "keepalive_pool": {
           "idle_timeout": 60,
           "requests": 1000,
           "size": 320
         }
       }
   
   `
   **and I think the config is not have problem. as I mentioned above, the same 
config in differenet env has different result. so I want to get some ideas from 
you. if you have some good suggestions. if some os config colud influence it** 
   
   2.
   the route and the bound upstream not occurs 502 while proxy HTTP1.1/ requests
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to