You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to using message broker systems. I am testing out this plugin to generate code from a simple example asyncapi specification
and integrate it with spring-kafka.
the code we actually generate is mainly focus to work with Spring Cloud Stream. Your proposal mean generate code to support Spring Kafka, which will require to generate new code.
If that is your requirement we will added to our task list, unless you want to collaborate with the project.
Hello there,
I am relatively new to using message broker systems. I am testing out this plugin to generate code from a simple example asyncapi specification
and integrate it with spring-kafka.
I have the build plugin configured like this
And I wanted to ask where I should actually publish messages with spring-kafka
Would I do this in my custom IPublishOperation implementation like so?
or is this the wrong approach?
The text was updated successfully, but these errors were encountered: