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

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

3
client.env Normal file
View file

@ -0,0 +1,3 @@
# Test-environment client URL. Private vmbr1 only. Lab loopback stays until cut-over.
export NATS_URL="${NATS_URL:-nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222}"
export JETSTREAM_REPLICAS="${JETSTREAM_REPLICAS:-3}"