lburgazzoli commented on issue #4177: URL: https://github.com/apache/camel-quarkus/issues/4177#issuecomment-1284073174
--- Luca Burgazzoli On Wed, Oct 19, 2022 at 3:58 PM Keith Link ***@***.***> wrote: > Are there any plans on providing ResteasyReactive component (producer & > consumer) in the near future that support reactive return types? We are > moving from Spring Camel based services to use Quarkus and Camel Quarkus > services. We want to have these services be fully reactive were supported. > Camel does not yet fully support the Quarkus reactive patterns on Camel > consumers and producers that we are looking for that would aid in our > migration to Camel Quarkus. > I'm not sure what you mean exactly but as Peter said, as today you would need to leverage Camel Reactive Streams Component <https://camel.apache.org/components/3.18.x/reactive-streams-component.html> for a reactive bridge between camel and other components. A camel-mutiny <https://issues.apache.org/jira/browse/CAMEL-14381?jql=project%20%3D%20CAMEL%20AND%20description%20~%20mutiny> component has been proposed quite some time ago but so far there's no ETA for an implementation. Contribution are very welcome :) > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/camel-quarkus/issues/4177#issuecomment-1284061529>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAOIJBL4CFNEQODWQ4N6UTTWD747FANCNFSM6AAAAAAREMFBKU> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
