guliuliu1 opened a new issue, #11178:
URL: https://github.com/apache/apisix/issues/11178

   ### Description
   
   
![apisix-tcp-stream](https://github.com/apache/apisix/assets/30524551/68171ff9-c222-4db4-9b25-6bb75234a76b)
   
   The TCP dynamic proxy becomes inactive after a certain period of time.
   ```
   curl --location --request PUT 
'http://10.8.9.84:9180/apisix/admin/stream_routes/' \
   --header 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f2' \
   --header 'Content-Type: application/json' \
   --data '{
     "id": "stream-route-mysql",
     "server_addr": "10.8.9.84",
     "server_port": 9393,
     "upstream": {
       "nodes": {
         "10.8.9.63:8080": 1
       },
       "type": "roundrobin"
     }
   }'
   ```
   
   ### Environment
   
   Linux localhost.localdomain 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 
15:37:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
   CentOS Linux release 7.9.2009 (Core)
   apisix version:3.2.2-centos


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