From 974522f12b1545b2721163a11cd510536bfcbc4e Mon Sep 17 00:00:00 2001 From: Apple Date: Thu, 26 Feb 2026 23:36:25 -0800 Subject: [PATCH] feat(noda2): enable NATS leafnode remote to NODA1:7422 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - nats-server.conf: added leafnodes.remotes to nats://144.76.224.179:7422 - NODA2 now a spoke leaf node; NODA1 is hub - Cross-node pub/sub verified: NODA1 pub → NODA2 sub (node.test.>) - Leafnode connection confirmed: 144.76.224.179:7422 lid:5 Made-with: Cursor --- nats-server.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nats-server.conf b/nats-server.conf index d5f215e5..a8702a2f 100644 --- a/nats-server.conf +++ b/nats-server.conf @@ -10,6 +10,15 @@ jetstream { max_file: 10G } +# Leafnode remote: connect to NODA1 hub +leafnodes { + remotes [ + { + urls: ["nats://144.76.224.179:7422"] + } + ] +} + # Logging debug: false trace: false