-
Notifications
You must be signed in to change notification settings - Fork 77
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
Spring Cloud Stream Consumers not detected #684
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. |
Hi @rafaelzig, thanks for reporting this issue. It seems like the cloud stream plugin indeed does not scan |
@rafaelzig please try the snapshot version and see if this fix works. |
@stavshamir Thank you for the swift response. |
@rafaelzig No problem! The fix will be released in 1.3.0 in the beginning of next month. |
Describe the bug
In the context of Spring Cloud Function Support, Springwolf does not automatically detect consumer beans declared with
@Component
annotation instead of@Bean
.Dependencies and versions used
Code example
This works:
But this does not work:
The text was updated successfully, but these errors were encountered: