Skip to content
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

[AsyncAPI] Only generate model classes without the interfaces and publisher/subscriber methods #342

Open
arthureberledev opened this issue Jun 4, 2024 · 1 comment

Comments

@arthureberledev
Copy link

Hey, is there a way to prevent the generation of interfaces and publisher/subscriber methods?

If I have understood it correctly, this library is primarily to be used with Spring Cloud Streams. Our project uses Spring Kafka instead of Spring Cloud Streams though, so we do not need these generated interfaces and methods. Currently, if we do not implement these interfaces, we encounter an error because they are not loaded into the application context, so we are forced to either implement them within a not used class or exclude them from the component scan.

Copy link

github-actions bot commented Jun 4, 2024

Thank you for collaborating with the project by giving us feedback! Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant