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.19k stars 8.75k forks source link

Any plan to support R2DBC #3061

Open eonezhang opened 4 years ago

eonezhang commented 4 years ago

Why you need it?

Reactive programming becoming more and more pop at this moment, for database the community driven reactive database driver standard r2dbc is coming, so does this repo have any plan to support it?

How it could be?

seata could support reactive way.

Other related information

http://r2dbc.io/ https://spring.io/projects/spring-data-r2dbc

linghengqian commented 2 years ago

I'm trying to understand how much the "support" you expect has to do with Seata. After all, R2DBC would have allowed for the transaction model of the SAGA pattern.

linghengqian commented 2 years ago