You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/18 16:12:12 UTC

[GitHub] [pulsar] sijie commented on issue #5215: Support Postgres as a JDBC source/sink

sijie commented on issue #5215: Support Postgres as a JDBC source/sink
URL: https://github.com/apache/pulsar/issues/5215#issuecomment-532756335
 
 
   @JamieCressey the JDBC connectors are using JDBC for talking to different database instances. It doesn't depend on any other database implementation specific logic. So ideally whether it is using an embedded SQL instance or an external one, it should work as the same.
   
   From CI perspective, I don't think we can support running the JDBC connectors against all different type of databases. 
   
   However it is also great to add some coverage to popular databases like MySQL or Postgres. So if you are interested in contributing test changes, you are welcome to do so.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services