Skip to content

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

@arthureberledev

Description

@arthureberledev

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions