lanchengx opened a new issue #11643:
URL: https://github.com/apache/shardingsphere/issues/11643


   Hi guys,
   when l use distSQL to add resource with custom pool properties , just like 
this 
   ```sql
   ADD RESOURCE resource (
       URL="jdbc:mysql://127.0.0.1:3306/db3?serverTimezone=UTC&useSSL=false",
       USER=root,
       PASSWORD=root,
       PROPERTIES("maximumPoolSize"=10,"idleTimeout"="30000")
   );
   ```
   
   However , the custom pool properties are lost on restart;


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