Skip to content

Rename @InfiniteStream to @Tailable [DATAMONGO-1667] #2575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Apr 18, 2017 · 0 comments
Closed

Rename @InfiniteStream to @Tailable [DATAMONGO-1667] #2575

spring-projects-issues opened this issue Apr 18, 2017 · 0 comments
Assignees
Labels
in: repository Repositories abstraction type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link

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 means


Affects: 2.0 M2 (Kay)

Referenced from: pull request #458, and commits 3d765fd, 6200920, b22fd05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: repository Repositories abstraction type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants