@connectum/events-nats
NATS JetStream adapter with durable consumers, subjects, metadata, and at-least-once delivery.
Install
bash
npm install @connectum/events-natsbash
pnpm add @connectum/events-natsbash
bun add @connectum/events-natsStart Here
typescript
import { NatsAdapter } from '@connectum/events-nats';
const adapter = NatsAdapter({
servers: 'nats://localhost:4222',
});For a complete, source-verified workflow, continue with the focused guide below.
Key Entry Points
| Entry point | Use it to |
|---|---|
NatsAdapter | Connect EventBus to NATS JetStream. |
NatsAdapterOptions | Configure servers, stream, connection, and consumer behavior. |
Runtime boundaries and extension seams remain in Connectum Runtime Architecture.
Learn / Configure / API Reference
- Learn: Focused guide
- Configure: Task and configuration guidance
- API reference: Exact options and symbols
- Package API index: Generated TypeDoc
- Source: @connectum/events-nats on GitHub
Related Modules
Compare all Connectum packages by capability.