cloud456 commented on PR #9739:
URL: https://github.com/apache/seatunnel/pull/9739#issuecomment-3216685117

   > I found dsql support jdbc. Why not add new catalog and dialect in jdbc 
connector? Please refer 
https://github.com/apache/seatunnel/tree/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog
 and 
https://github.com/apache/seatunnel/tree/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect
   
   The reason for not using JDBC is that the connection password for DSQL 
requires generating a temporary token to serve as the password. This token is 
only valid for 15 minutes by default, therefore requiring token renewal and 
dataSource reset within that 15-minute timeframe. Implementing this mechanism 
within JDBC would, in my opinion, be an intrusive behavior and not standard 
practice. Please refer 
https://docs.aws.amazon.com/aurora-dsql/latest/userguide/SECTION_authentication-token.html


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