-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task
Description
Mark Paluch opened DATAMONGO-1583 and commented
We should investigate on a way to resolve Mongo database references (@DBRef) lazily retaining reactive semantics.
Currently, lazy @DBRef resolution incurs blocking data access as it retrieves the underlying reference(s) when accessing methods of the reference.
Applying the same resolution easily leads to unwanted, blocking access. A reactive reference type should reflect
- reactivity
- multiplicity
- possibly access to the underlying reference Id's
Reactive @DBRef's should allow multiple reads of the referenced objects
Affects: 2.0 M1 (Kay)
Issue Links:
- DATAMONGO-1584 Support DBRef in Spring Data Mongo Reactive
Metadata
Metadata
Assignees
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task