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

Change "Client" concept to "User" according to AsyncAPI documentation #77

Closed lerenn closed 12 months ago

lerenn commented 12 months ago

In AsyncAPI documentation, both part of the interaction are called "App" and "User(s)" (where the server is actually the event broker). Here it is "App" and "Client", so "Client" should be changed to "User".