TeslaCN commented on issue #19051: URL: https://github.com/apache/shardingsphere/issues/19051#issuecomment-1182723815
In earlier version, there is a `BackendConnection` which includes all fields in `ConnectionSession` and `JDBCBackendConnection`. We want to decouple `BackendConnection` from JDBC, so we separated it into two classes. `ConnectionSession` and `BackendConnection` is bound for a client of Proxy, so we make it refers each other. Actually, this is similar to `HikariPool` and `HikariDataSource`, which refers each other. -- 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]
