Spring boot reactive (Webflux) with MySql

Michel Foucault :

I would develop an Spring boot application compliant with new feature Webflux. Does an driver JDBC for Mysql exist?

I found just driver for some NoSql DB (for ex. MongoDB).

Could you help me? Thanks, regards.

akuma8 :

Actually there isn't any reactive support for relational database. But not for long time since the Spring Team are working on R2DBC, which will provide the ability to access data reactively from a relational database. Stay tuned here: https://github.com/r2dbc

EDIT

The first release is out, see here for more details: https://github.com/r2dbc/r2dbc-postgresql/tags

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=72462&siteId=1