spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.62k stars 1.09k forks source link

Investigate reactive paradigms in repositories [DATAMONGO-1197] #2115

Closed spring-projects-issues closed 8 years ago

spring-projects-issues commented 9 years ago

Thomas Darimont opened DATAMONGO-1197 and commented


Issue Links:

Referenced from: pull request https://github.com/spring-projects/spring-data-mongodb/pull/287, and commits https://github.com/spring-projects/spring-data-mongodb/commit/a6300883a6e45d9c334327fc00f5c82f540b875f, https://github.com/spring-projects/spring-data-mongodb/commit/2c1d6e87d6a20526956ebd2f26e7497d7176bbaa, https://github.com/spring-projects/spring-data-mongodb/commit/b84b77c61ca6d9616b6f7b31b4166af4a3c1a7c2, https://github.com/spring-projects/spring-data-mongodb/commit/15dcbfbea9f8dc8779b9dbcce19423f982f29b9a, https://github.com/spring-projects/spring-data-mongodb/commit/830883ac3dbfcadf7946377a504c2a851fb5854f

spring-projects-issues commented 9 years ago

Thomas Darimont commented

We need some further discussions how to proceed with this

spring-projects-issues commented 8 years ago

Mark Paluch commented

Closing this PR because reactive support is continued with DATAMONGO-1444. We will provide native reactive support using reactive drivers. A conversion of scalar values or futures into reactive wrapper types is not intended