Skip to content

Interface: NamespaceRegistrationOptions

Makaio Framework


Makaio Framework / bus-core / NamespaceRegistrationOptions

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:81

Options for namespace registration.

optional skipBusValidation?: boolean

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:89

Skip Zod schema validation at the bus layer for this namespace.

Use this when integrating with libraries that bundle incompatible Zod versions (e.g., Zod v3 vs v4). When enabled, the bus will not validate payloads for subjects in this namespace.