You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/21 06:25:42 UTC

[GitHub] [incubator-seatunnel] Xuxiaotuan commented on issue #1946: [Feature][Connector] New SeaTunnel API Connectors

Xuxiaotuan commented on issue #1946:
URL: https://github.com/apache/incubator-seatunnel/issues/1946#issuecomment-1253260625

   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


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org