Interface: NamespaceRegistrationOptions
Makaio Framework / bus-core / NamespaceRegistrationOptions
Interface: NamespaceRegistrationOptions
Section titled “Interface: NamespaceRegistrationOptions”Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:81
Options for namespace registration.
Properties
Section titled “Properties”skipBusValidation?
Section titled “skipBusValidation?”
optionalskipBusValidation?: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.