quarkus-dapr
quarkus-dapr copied to clipboard
Add support to Dapr for Microprofile Reactive Messaging
There is guide for contributing with a Smallrye connector https://smallrye.io/smallrye-reactive-messaging/4.19.0/concepts/contributing-connectors/
cc: @salaboy
Let's catch up on this.. this is definitely the right direction
I made a first research about to add this feature, the @Outgoing we can use the DaprClient, but the @Incoming is a HTTP request where we need a handler or resource to receive the HTTP request from Dapr.
I think we can use the same approach for @Incoming as https://github.com/quarkiverse/quarkus-reactive-messaging-http did.
I'm slowly moving towards implementing this.
cc: @salaboy @cescoffier
@mcruzdev awesome stuff.. do you have a fork or branch where we can see the progress on this? Please share it so we can help
@salaboy I opened a draft pull request, to be able to test it see this repo that I am using for debugging https://github.com/mcruzdev/messaging-dapr