apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.23k stars 8.76k forks source link

seata 驱动兼容openGauss #5740

Open xulei52074 opened 1 year ago

xulei52074 commented 1 year ago

目前虽然可以用pgsql的驱动来连接openGauss,是否可以基于openGauss的驱动,让seata可以识别? https://github.com/opengauss-mirror/openGauss-connector-jdbc image

vincent50411 commented 1 year ago

我也遇到同样的问题,seata 1.4.2 springboot-start中,数据库url配置为jdbc:opengauss:,应用启动时,seata通过druid的JdbcUtils解析数据库type时,出现NullPointException异常。

liuqiufeng commented 10 months ago

please assign it to me @funky-eyes