Skip to main content

One post tagged with "Client"

Client generation and SDK development

View All Tags

AsyncAPI - Simplifying Channels Into One

· 9 min read
Jonas Lagoni
The Codegen Project creator

Building integrations with event-driven services requires managing connections alongside your messaging logic. In our previous post on protocol-specific messaging functions, we explored how to generate low-level channel functions for NATS, Kafka, and other protocols. Now let's see how The Codegen Project's client generator takes this a step further by providing a convenient wrapper around those channel functions that handles connection management and exposes all relevant models like parameters and headers.