lihuawei321 commented on issue #6511:
URL: https://github.com/apache/apisix/issues/6511#issuecomment-1066531672


   apiversion : 2.10  ingress: 1.3. cni :calico  http to 
grpc。使用的是grpc压测工具ghz测试。route
   `{
     "uris": [
       "/helloworld"
     ],
     "name": "ingress_demo.helloworld.com_/helloworld",
     "desc": "Created by apisix-ingress-controller, DO NOT modify it manually",
     "host": "demo.helloworld.com",
     "upstream_id": "6f746999",
     "labels": {
       "managed-by": "apisix-ingress-controller"
     },
     "status": 1
   }`
   upstream `{
     "nodes": [
       {
         "host": "192.168.49.201",
         "port": 8085,
         "weight": 100
       }
     ],
     "type": "roundrobin",
     "hash_on": "vars",
     "scheme": "http",
     "pass_host": "pass",
     "name": "pdc-mcs_pdc-mcs-helloworld_8085",
     "desc": "Created by apisix-ingress-controller, DO NOT modify it manually",
     "labels": {
       "managed-by": "apisix-ingress-controller"
     }
   }`


-- 
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