You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional JetStream domain config to the natsstore plugin (PER-13735) (#5)
* feat(natsstore): add optional JetStream domain config (PER-13735)
Adds a `domain` plugin option; when set, the JetStream context is created
with nats.Domain so API calls are scoped to $JS.<domain>.API. Empty preserves
the default domain-less prefix, so existing deployments are unaffected.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix(natsstore): close NATS connection and defer connected state until JetStream init succeeds
Addresses review comments:
- #5 (comment) (@copilot-pull-request-reviewer)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
| `domain` | string | `""` | JetStream domain; scopes API calls to `$JS.<domain>.API`. Needed when NATS is reached across a leafnode boundary (optional) |
0 commit comments