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
@InfiniteStream is used on reactive repository query methods to create tailable cursors which is not obvious from the annotation name. It should be rather named @Tailable to reflect the intent. An infinite stream is a more generic concept that can be achieved in many ways but on store-level a tailable cursors reflects the implementation means
Mark Paluch opened DATAMONGO-1667 and commented
@InfiniteStream
is used on reactive repository query methods to create tailable cursors which is not obvious from the annotation name. It should be rather named@Tailable
to reflect the intent. An infinite stream is a more generic concept that can be achieved in many ways but on store-level a tailable cursors reflects the implementation meansAffects: 2.0 M2 (Kay)
Referenced from: pull request #458, and commits 3d765fd, 6200920, b22fd05
The text was updated successfully, but these errors were encountered: