Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Multi-Node Setup for NATS
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
This document explains the steps to enable NATS in a Pulse for multi-node setup. This setup requires you to have at least three nodes in your cluster. One of the three nodes must be Pulse core node.
Pulse Core Node Configuration
This section describes the configurations to be performed in the Pulse core node.
- Update the ad-core.yml file under the $AcceloHome/config/docker/ad-core.yml directory to use the nats-cluster-server.conf file in the volume section for ad-events.
Bash
ad-events: ... volumes: - ./data/nats:/data/nats-server/jetstream - ./config/db/nats-cluster-server.conf:/config/jetstream-server.conf- Update the
**nats-cluster-server.conf**file under $AcceloHome/config/db/nats-cluster-server.conf directory. You must add the IP addresses of the other two nodes in appropriate places (mentioned as n1 and n2).
Bash
x
debug: truetrace: falseserver_name: S1#each container can listen to client connections on port 19009port: 4222jetstream = { store_dir: "/data/nats-server/"}cluster = { name: "JSC" port: 6222 listen: "0.0.0.0:6222" # Servers can connect to one another at # the following routes routes = [ "nats://n1:19008" // # Replace with n1 IP address "nats://n2:19008" // # Replace with n2 IP address ]}#16MB as max allowed size for an event, default is 1MBmax_payload: 16777216- Execute the following code to deploy the ad-events container.
Bash
accelo deploy coreType to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
CDP Deployment for Single KDCFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message