Skip to content

Commit

Permalink
Merge pull request wso2#8592 from PasanT9/heart-410
Browse files Browse the repository at this point in the history
[4.1.0] Add heartbeat configs
  • Loading branch information
PasanT9 authored Oct 31, 2024
2 parents 814ca02 + 5432320 commit ee74468
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,15 @@ Configure the Control Plane to communicate with the Gateway.

2. Configure a load balancer fronting the two Control Plane nodes in your deployment. For instructions, see [Configuring the Proxy Server and the Load Balancer]({{base_path}}/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/configuring-the-proxy-server-and-the-load-balancer/).

!!! Note
To set an appropriate delay for the heartbeat value when connections remain idle for extended periods, include the following configuration. This controls the frequency of the internal heartbeat sent by the underlying Qpid broker component:

```toml
[qpid.heartbeat]
delay = 1
timeout_factor = 3.0
```

#### Sample configuration for the Control Plane

```toml tab="HA Cluster"
Expand Down

0 comments on commit ee74468

Please sign in to comment.