xianshun163 commented on issue #5767:
URL: https://github.com/apache/apisix/issues/5767#issuecomment-1001281896
the upstream config like this :
{
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "http",
"discovery_type": "nacos",
"pass_host": "pass",
"name": "arch.test.nacos",
"service_name": "demo1026",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
}
and the service config like this:
{
"name": "arch.test.nacos",
"upstream": {
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "http",
"discovery_type": "nacos",
"pass_host": "pass",
"service_name": "demo1026",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
}
}
--
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]