You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i would like to know whether there are any plans to also support an reactive API
like RXGORM/Mongo?
This would allow us to use gorm-neo4j with spring webflux which is really an important
feature nowadays.
The native NEO4j driver supports asynchronous sessions and
starting with NEO4j 4 also reactive sessions. Spring Data NEO4j also supports an
reactive version.
So the driver should meet all requirements.
The text was updated successfully, but these errors were encountered:
There are no plans at the moment for Reactive API. Even with RxMongo and RxGORM, there was not much interest from the community. However, if you are interested to contribute then I would be happy to help in any way possible.
Hi, i would like to know whether there are any plans to also support an reactive API
like RXGORM/Mongo?
This would allow us to use gorm-neo4j with spring webflux which is really an important
feature nowadays.
The native NEO4j driver supports asynchronous sessions and
starting with NEO4j 4 also reactive sessions. Spring Data NEO4j also supports an
reactive version.
So the driver should meet all requirements.
The text was updated successfully, but these errors were encountered: