NATS

Flowgen connects to NATS JetStream via Subscriber, Publisher, and KV Store.

Credentials

The credentials_path field points to a JSON file with NKey authentication:

{
  "nkey": {
    "seed": "SUACSSL3UAHUDXKFSNVUZRF5UHPMWZ6BFDTJ7M6USDXIEDNPPQYYYCU3VY"
  }
}
FieldTypeRequiredDescription
nkey.seedstringyesNKey seed (private key). Starts with S. Generate with nsc generate nkey -u.