-
Not sure for JPA, but it would be nice to have reactive JDBC and Mongo starters.
-
We are using spring-data-mongodb reactive in our spring application. when tried to use `spring-cache-mongodb` with it, fails:
```
021-03-06 22:15:39.482 DEBUG 59911 --- [ main] o.s.b.d.L…
-
**Is your feature request related to a problem? Please describe.**
Using Spring WebFlux, we store the authenticated user in the Reactive context. We would like to be able to automatically write this …
-
Hi,
When we iterating over a collection with a large number of documents (> 1 mio) our pod ran out of Memory.
Even, when we just used the MongoCurser without any other actions this happens.
…
-
Build a service using Spring Boot 2.0 and Spring Framework 5.0 to show new funtionality in Reactive Spring.
Time delays will be introduced to show non-blocking feature while CRUDing data from MongoDB…
-
```
Here are some pointers to EntityCallbacks. There are reactive and imperative ones complementing Lifecycle Events.
Docs (Scroll down to Entity Callbacks): https://docs.spring.io/spring-data/mon…
-
reactive-spring-mongo
https://dzone.com/articles/reactive-streams-with-spring-data-and-mongodb
-
When writing ReactiveMongoRepository/ReactiveCrudRepository with spring-boot-starter-data-mongodb-reactive and declaring suspend find function with non-nullable kotlin return types, the repository ret…
-
Hi. Do you plan implement reactive support such as spring-data-mongodb? https://spring.io/blog/2016/11/28/going-reactive-with-spring-data .
-
Hello friend. I'm trying to use spring boot version 2.6.3, spring-boot-starter-data-mongodb-reactive 2.6.3, spring data mongodb 3.3.1
I got warning as following:
2022-02-18 08:37:56.553 WARN 30…