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

Support end to end reactive workflow #10

Closed
pellse opened this issue Sep 27, 2019 · 1 comment
Closed

Support end to end reactive workflow #10

pellse opened this issue Sep 27, 2019 · 1 comment
Assignees

Comments

@pellse
Copy link
Owner

pellse commented Sep 27, 2019

Subqueries (e.g. oneToXXX() functions) are wrapped to be able to participate into a reactive workflow depending on the adapter used (e.g. FluxAdapter, FlowableAdapter, AkkaSourceAdapter), but the subqueries themselves are synchronous by nature (e.g. a database call, a call to a REST service, etc.). It would be nice to support native Publisher e.g. reactive Spring Data Repository (like MongoDB), RSocket, Microprofile Reactive Stream calls, etc.

@pellse
Copy link
Owner Author

pellse commented Sep 27, 2020

Fixed in commit 3aa15b0 by adding new modules reactive-assembler-core and reactive-assembler-flux

@pellse pellse closed this as completed Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant