Documentation

NATS

Low-latency pub/sub with NATS.

Use NATS when you need fast pub/sub with lightweight operations.

watermill:
  driver: nats
  nats:
    url: nats://localhost:4222
    cluster_id: githook
    client_id: githook-publisher

If you are using JetStream, align the config with your NATS deployment settings.