Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

chore(docs): add links to data plane signaling #199

Merged
Merged
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
12 changes: 5 additions & 7 deletions developer/wip/for-contributors/contributor-handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,13 @@ Detailed documentation about EDCs PostgreSQL implementations can be found [here]

### 4.1 Data plane signaling

Data Plane Signaling (DPS) is the communication protocol that is used between control planes and data planes.
Data Plane Signaling (DPS) is the communication protocol that is used between control planes and data planes. Detailed
information about it and other topics such as data plane self-registration and public API authentication can be found
[here](./data-plane/data-plane-signaling/data-plane-signaling.md).

### 4.2 Data plane self-registration
### 4.2 Writing a custom data plane extension (sink/source)

### 4.3 Public API authentication

### 4.4 Writing a custom data plane extension (sink/source)

### 4.5 Writing a custom data plane (using only DPS)
### 4.3 Writing a custom data plane (using only DPS)

## 5. Development best practices

Expand Down
Loading