-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Introducing Mutiny #7097
Comments
@cescoffier it's still time for MongoDB with Panache to replace the Axle base implementation to a Mutiny one, I can do it easily. Provinding both implementation is more works (the deployment part of MongoDB with Panache is complexe). I can work on it this week based on your mongodb-client branch, my only question is do we expose Uni/Multi or do we stick with CompletionStage/Publisher ? |
@loicmathieu ideally both. In your Panache code, the Axle model is in the So:
|
@cescoffier the Axle implementation was merged a few days ago so nobody already used it. So we can still replace it. Having a new thing already deprecated seems strange ... |
@cescoffier I'll move this out of the roadmap board as the remaining tasks are more focused now. We could create a more specific subsequent epic if you feel it needs visibility at the roadmap level |
All Done! |
Description
The objective of this epic is to gather all the tasks related to the introduction of Mutiny in Quarkus, as well as the deprecation of Axle and RX APIs, documentation and quickstart updates...
Tasks
@ConsumeEvent
- Add support for Vert.x Mutiny #7098The text was updated successfully, but these errors were encountered: