From Architecture Manifest to EventCatalog
The architecture manifest is only an index. This post follows the generator as it loads that file, parses the contracts it points at, and writes an EventCatalog of domains, services, messages, and flows.
The architecture manifest is only an index. This post follows the generator as it loads that file, parses the contracts it points at, and writes an EventCatalog of domains, services, messages, and flows.
API First Ops extends API First from code generation to infrastructure provisioning: use the same AsyncAPI spec to describe Kafka topics, schemas, ACLs, retry topics, and DLQs, then generate Terraform from it.
How to implement Transactional Outbox pattern with AsyncAPI, SpringCloud Stream, Spring Modulith and ZenWaveSDK Code Generator for AsyncAPI.