◆ HASynchronicityMode
A enumeration of high-availability synchronicity override modes.
See also
| Enumerator | |
|---|---|
| DEFAULT | No override; defer to the HA process for synchronizing endpoints (which has different logic for different endpoints) |
| NONE | Explicitly do NOT replicate across the HA cluster. |
| SYNCHRONOUS | Synchronize all endpoint calls. |
| SYNCHRONOUS_PARALLEL | Sends a http request directly to each cluster, executes the query locally, and waits for the response from each cluster. |
| ASYNCHRONOUS | Do NOT synchronize any endpoint call. |
| ASYNCHRONOUS_PARALLEL | Queues a request to RMQ for each cluster, executes the query locally, and returns to the user. |