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

Commit

Permalink
chore(docs): add links to data plane signaling (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Aug 21, 2024
1 parent 54a6040 commit 5162798
Showing 1 changed file with 5 additions and 7 deletions.
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

0 comments on commit 5162798

Please sign in to comment.