Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Document builtin nats topics #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/reference/agent-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Agent configuration'
categories: ["reference"]
description: Authentication types for the Rhize agent
weight: 900
weight: 100
menu:
main:
parent: reference
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -56,7 +50,6 @@ Subtopics include the following:
- `JobResponses KV`
- `WorkflowSpecificationKV`


## NATS configuration

The following parameters configure the NATS message queues for different services.
Expand All @@ -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:

Expand All @@ -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`
Loading