-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feature request: Support NATS #307
Comments
Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our contributors guide and feel free to join us on discord. |
Thank you for this request. Springwolf supports what AsyncAPI supports. I haven't found a binding for NATS, but have found an example, which skips the binding to specific servers: https://github.com/asyncapi/dotnet-nats-template/blob/master/examples/streetlight.json Based on the Baeldung article 0, I see that the application is manually configured to receive and publish messages (no NATS specific annotation). Have you tried to use the |
@timonback thank you for elaborate answer! I did not try it yet, but I will. I didn't find NATS plugin in https://github.com/springwolf/springwolf-core/tree/master/springwolf-plugins so I thought NATS is not supported. But I will try @AsyncListener for sure to double-check. |
I just noticed that NATS is supported by AsyncApi as a binding. After #288 has been solved, NATS can be specified explicitly. |
Thank you for the report, the issue has been addressed in the new release. The website will be updated soon on how to use the Feel free to reopen this issue if there is still something missing. |
Describe the feature request
Add support for NATS https://nats.io/
Motivation
NATS adoption increases and in some scenarios it exceeds Kafka. So it would be really nice if SpringWolf would also support NATS.
Technical details
n/a
Describe alternatives you've considered
n/a
The text was updated successfully, but these errors were encountered: