springwolf-core icon indicating copy to clipboard operation
springwolf-core copied to clipboard

Add optional message description for manual consumer/producer definition

Open timonback opened this issue 2 years ago • 3 comments

Allow to set a optional description on the async api message object spec: https://www.asyncapi.com/docs/reference/specification/v2.0.0#messageObject

Demo code for kafka and amqp examples was added as well

Related change in springwolf-ui will follow

timonback avatar Aug 13 '22 20:08 timonback

(FYI: I forked from HEAD-1, since the build on master is currently broken due to a change added in the last commit)

timonback avatar Aug 13 '22 20:08 timonback

(FYI: I forked from HEAD-1, since the build on master is currently broken due to a change added in the last commit)

Yep, I will revert the last commit before merging this PR.

stavshamir avatar Aug 14 '22 12:08 stavshamir

I updated the PR so that also the springwolf-example projects tests pass - in my fork.

The core build is broken as the gh action builds the merged branch, not the changes only.

timonback avatar Aug 14 '22 18:08 timonback

Thanks for the nice addition @timonback :)

stavshamir avatar Sep 09 '22 18:09 stavshamir