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!
Generates type-safe Go interfaces and message handlers from AsyncAPI specifications, supporting multiple brokers (Kafka, NATS/JetStream) with pluggable controllers for pub/sub patterns. Built on AsyncAPI 2.6.0 and 3.0.0, it provides middleware support, structured logging (ECS/text formats), request validation, and versioning capabilities—inspired by the OpenAPI code generation approach of deepmap/oapi-codegen.
154 stars.
Stars
154
Forks
39
Language
Go
License
Apache-2.0
Category
Last pushed
Nov 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/lerenn/asyncapi-codegen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.