# NATS 集群节点 3 / 3(JetStream Raft)。max_payload 与其余节点一致;routes 指向 nats1/nats2。 server_name: nats3 port: 4222 http_port: 8222 max_payload: 8MB jetstream { store_dir: "/data/jetstream" max_memory_store: 1GB max_file_store: 10GB } cluster { name: sundynix-cluster listen: 0.0.0.0:6222 routes: [ nats-route://nats1:6222 nats-route://nats2:6222 ] }