diff --git a/content/reference/agent-configuration.md b/content/reference/agent-configuration.md index 4a586280f..9fa08ec49 100644 --- a/content/reference/agent-configuration.md +++ b/content/reference/agent-configuration.md @@ -2,7 +2,7 @@ title: 'Agent configuration' categories: ["reference"] description: Authentication types for the Rhize agent -weight: 900 +weight: 100 menu: main: parent: reference diff --git a/content/reference/nats-configuration.md b/content/reference/nats-config.md similarity index 65% rename from content/reference/nats-configuration.md rename to content/reference/nats-config.md index ae9c7e796..5e4bae632 100644 --- a/content/reference/nats-configuration.md +++ b/content/reference/nats-config.md @@ -1,10 +1,9 @@ --- title: 'NATS configuration' date: '2023-10-04T10:22:15-03:00' -draft: true categories: ["reference"] description: Values and parameters to configure NATS in your Rhize operation -weight: 300 +weight: 200 menu: main: parent: reference @@ -32,22 +31,17 @@ The `$KV` topic is reserved for messages about the [Key/Value Store](https://doc Subtopics include the following: -| Topic | Description | -|--------------------|-------------| -| `$KV/JobResponses` | | +- `$KV/JobResponses` ## BPMN topics and configuration The `libreBPMN` topic is for messages about the BPMN engine. Subtopics include the following: - -| Topic | Description | -|---------------------------------------|-------------| -| `libreBPMN/command/START_EVENT` | | -| `libreBPMN/command/TASK_COMPLETE` | | -| `libreBPMN/command/SERVICE_TASK` | | -| `libreBPMN/command/EXCLUSIVE_GATEWAY` | | +- `libreBPMN/command/START_EVENT` +- `libreBPMN/command/TASK_COMPLETE` +- `libreBPMN/command/SERVICE_TASK` +- `libreBPMN/command/EXCLUSIVE_GATEWAY` ### Streams @@ -56,7 +50,6 @@ Subtopics include the following: - `JobResponses KV` - `WorkflowSpecificationKV` - ## NATS configuration The following parameters configure the NATS message queues for different services. @@ -65,13 +58,11 @@ The following parameters configure the NATS message queues for different service The NATS configuration parameters for the BMPN streams are as follows: -| Topic | Description | -|-----------------------------------|-------------| -| `CommandStreamReplicas` | | -| `JobResponseKVMaxGB` | | -| `JobResponseKVReplicas` | | -| `JobResponseKVTTLMinutes` | | -| `WorkflowSpecificationKVReplicas` | | +- `CommandStreamReplicas` +- `JobResponseKVMaxGB` +- `JobResponseKVReplicas` +- `JobResponseKVTTLMinutes` +- `WorkflowSpecificationKVReplicas` For example: @@ -85,14 +76,8 @@ For example: }, ``` -### Libre core +### Libre core The NATS configuration parameters for the Libre core topics are as follows: - -| Parameter | Description | -|-------------|-------------| -| `serverUrl` | | -| `replicas` | | - - - +- `serverUrl` +- `replicas`