Do I need to use reactive stack in order to use RSocket

83 views Asked by At

I develop a mobile app using Flutter and backend using Spring boot and JPA.

I've notice while developing that I need Websocket and then came across RSocket.

Do I need to change my persistent stack (Hibernate,JPA and postgres) to use RSocket ?

1

There are 1 answers

4
Andrei Lisa On

you don`t need to change persistent stack, but you will have another driver(reactive one) to connect from your app to Postgresql.

r2dbc-postgresql

And also some changes in your application

spring-data-r2dbc

r2dbc docs