Snapshot of verae-nats-cluster from zapier monorepo (NATS speed report)

This commit is contained in:
George Lambert 2026-09-12 01:04:09 -04:00
commit e60b01113c
41 changed files with 1054 additions and 0 deletions

19
conf/nats.conf.tmpl Normal file
View file

@ -0,0 +1,19 @@
# JetStream cluster node. Bind the private guest IP only — never vmbr0 / 0.0.0.0.
server_name: {{NAME}}
host: {{IP}}
port: 4222
http: 127.0.0.1:8222
jetstream {
store_dir: /var/lib/nats/jetstream
max_mem: 256M
max_file: 4G
}
cluster {
name: {{CLUSTER}}
listen: {{IP}}:6222
routes: [
{{ROUTES}}
]
}