cloud456 commented on PR #9739: URL: https://github.com/apache/seatunnel/pull/9739#issuecomment-3400203555
> Considering tokens that rotate every 15 minutes. `DsqlJdbcConnectionProvider` cannot synchronously refresh all connections, leading to batch failures after expiration; complex refresh and eviction logic is required. > > In summary, I suggest not using `ConnectionPool`. By the way, please add a chinese doc. Hi , I added the Chinese doc. In addition, regarding token refresh, I added a Schedule to `DsqlConnectionPoolManager`, and the token was refreshed every ten minutes, and the test results showed normal. -- 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]
