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 parameters setting dynamically with location #139

Open lerenn opened 4 months ago

lerenn commented 4 months ago

For now, the location parameter is ignored.

If there is a location, then when sending a message, it should be automatically filled from location and the parameter should be optionally over-writtable in that case.