Skip to content
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
6 changes: 0 additions & 6 deletions source/client-backpressure/client-backpressure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ the [Retryable Reads](../retryable-reads/retryable-reads.md) and
all commands when specific server overload conditions are encountered, regardless of whether the command would normally
be retryable under those specifications.

## WARNING

Client backpressure support will be rolled out in two separate phases. The first phase consists of backoff and jitter
only, without token bucket adaptive retries. Implementing drivers MUST NOT implement token buckets in the initial
release. If token bucket support has already been merged, it MUST NOT be able to be turned on by users.

## META

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
Expand Down
Loading