Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Aug 30, 2024
1 parent 0d21231 commit 2ac215f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/data-protocols-formats/frontend-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,11 @@ It can connect to the new node, go through load balancing and TLS negotiation, a

<TODO: message flow graph>

Lastly, if admin wants to start allowing use of the paused subcluster again, resume it with:
```sql
SELECT resume_client_connections('subcluster_name', '{"config_key":"config_val"}');
```

## Message Data Types

This section describes the base data types used in messages.
Expand Down

0 comments on commit 2ac215f

Please sign in to comment.