ruststream-nats 0.5.1

NATS / JetStream broker implementation for the RustStream messaging framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ruststream-nats

NATS / JetStream broker implementation for the [RustStream](../..) messaging framework.

## Testing

```toml
[dev-dependencies]
ruststream-nats = { version = "0.5", features = ["testing"] }
```

`features = ["testing"]` exposes `NatsTestBroker`, an in-process Core NATS test transport
implementing `ruststream::testing::TestableBroker` (subject wildcards, headers, request/reply;
JetStream edge cases need a real server). Never enable this feature in production builds.