Go: for now only a specific flavor of the Kafka package is used which relies on a private repository, so only the types may be usable if you don't have access to the private repository
Usage
$ asyncApiCodeGen generate -h
Used to generate code from async api spec. First argument is the spec and the second is the path to the output.
For example:
asyncApiCodeGen generate in_spec.yaml out.go
Usage:
asyncApiCodeGen generate [flags]
Flags:
-f, --flavor string Which flavor should be used?? (default "mosaic")
-h, --help help for generate
-l, --lang string What kind of code should be generated? (default "go")