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
90 stars 23 forks source link

Support queue groups in NATS implementation #47

Closed lerenn closed 1 year ago

lerenn commented 1 year ago

For now, every listener on the NATS implementation will receive every message. In case of duplicated services, it would be necessary for just one of them to process a message, thus using the queue groups functionnality.