lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

AsyncAPI v3: support multiple messages #140

Open lerenn opened 4 months ago

lerenn commented 4 months ago

For now, only the first message of the operation or channel is supported, others are discarded.

All messages should be supported by multiple send and receive function (one per message). It will require to listen to a channel and separate depending of the message.