Skip to content
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

Add Coroutines support #6

Closed
sdeleuze opened this issue May 31, 2018 · 3 comments
Closed

Add Coroutines support #6

sdeleuze opened this issue May 31, 2018 · 3 comments
Assignees
Milestone

Comments

@sdeleuze
Copy link
Collaborator

By leveraging https://github.com/konrad-kaminski/spring-kotlin-coroutine or providing a dedicated support.

@sdeleuze sdeleuze self-assigned this May 31, 2018
@sdeleuze sdeleuze added this to the 1.0.0.M1 milestone May 31, 2018
@sdeleuze
Copy link
Collaborator Author

sdeleuze commented Jun 4, 2018

I think we can add a global Coroutine switch like

application {
    coroutines()
}

When this switch will be enabled, webflux and mongodb modules will provide Coroutines beans like CoroutineWebClient and CoroutineMongoTemplate.

sdeleuze added a commit that referenced this issue Jun 5, 2018
sdeleuze added a commit that referenced this issue Jun 13, 2018
sdeleuze added a commit that referenced this issue Jun 13, 2018
sdeleuze added a commit that referenced this issue Jun 13, 2018
sdeleuze added a commit that referenced this issue Jun 13, 2018
@sdeleuze
Copy link
Collaborator Author

sdeleuze commented Jul 5, 2018

Linked issue to fix as part of this one: ensure interop bewteen Croutines context and Reactor Context.

@sdeleuze
Copy link
Collaborator Author

We have pretty good Coroutines support now, enough for a first milestone, so I close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant