Hi there,
I need some help with NATS leaf nodes and JetStream. Here’s my setup:
Local Setup (Working):
Two local servers (nats-red and nats-blue) connected to NGS.
I can publish in nats-red and subscribe in nats-blue (both with and without JetStream).
VPS Setup (Not Working):
Deployed a new server (natsmycity) on a VPS with JetStream enabled.
Created a stream:
Publishing messages to my-subject:
Issue: When I try to subscribe to my-subject on nats-red, I don’t see any messages:
Configurations:
natsmycity (VPS):
nats-red (Local):
What I’ve Tried:
Verified that both servers are connected to NGS.
Confirmed that the stream is created and messages are being published.
Checked NATS logs for errors (none found).
Question:
Why aren’t messages published on natsmycity appearing in nats-red?
Am I missing something obvious in the configuration?
Any help would be greatly appreciated!