Skip to content
PackagesTooling and testingDocs 1.3.x

@connectum/protoc-gen-catalog

Buf/protoc plugin that generates typed Connectum service-catalog call and stream maps.

Install

bash
npm install -D @connectum/protoc-gen-catalog
bash
pnpm add -D @connectum/protoc-gen-catalog
bash
bun add -d @connectum/protoc-gen-catalog

Start Here

yaml
plugins:
  - local: protoc-gen-connectum-catalog
    strategy: all
    out: gen
    opt:
      - import_extension=.ts

For a complete, source-verified workflow, continue with the focused guide below.

Key Entry Points

Entry pointUse it to
protoc-gen-connectum-catalogGenerate catalog descriptors and TypeScript module augmentation.
protocGenCatalogPlugin definition exported for tooling integration.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.