brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.91k stars 2.93k forks source link

XA Support #532

Open koh-osug opened 8 years ago

koh-osug commented 8 years ago

Could you add XA support including support for transaction managers like Apache BCDP?

vladimirfx commented 5 years ago

It would be nice to have generic XA support from such hight quality connection pool. DBCP has XA support but bare pooling and connection management is far away from HikariCP in quality and performance perspective. Pooling solutions from tx managers require specific expertise and usually worst quality than HikariCP. Potential consumers of XA support is projects like Pax TransX, Pax JDBC witch now using DBCP in order to support unified connection pooling configuration with XA support. Did you have any plans to support XA on top of HikariCP? If you have, can I participate in any way?

koszta5 commented 2 years ago

Yes please :-) This would be a great thing to have :)