Hisoka-X commented on issue #1946: URL: https://github.com/apache/incubator-seatunnel/issues/1946#issuecomment-1253277864
> Hello, about the connector of TiDB, I want to try to use TiKV JAVA Client to directly connect PD service as the connector > > At present, the community uses JDBC to connect to Tidb. Personally, I want to enrich the connection method. [# Best Practices for Developing Java Applications with TiDB](https://docs.pingcap.com/zh/tidb/dev/java-app-best-practices) > > [TiKV JAVA Client](https://github.com/tikv/client-java) > > **Reason for use:** > > The order in whichJDBC connects to TiDB TiDB service -> PD service -> TiKV service -> PD service-> TiDB service > > The order in which TiKV Java connects to TiDB PD service -> TiKV service -> PD service Wonderful!We accept any contribution to make our connectors better. You can create an issue about improve TIDB connector without JDBC. Give users another choice. -- 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]
