From 83d7242e7b2fd29af0c7ecdd951c7eb0a34d3f11 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Fri, 10 Apr 2026 14:40:55 -0400 Subject: [PATCH] DRIVERS-3427 - Remove token bucket disclaimer from backpressure specification --- source/client-backpressure/client-backpressure.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/client-backpressure/client-backpressure.md b/source/client-backpressure/client-backpressure.md index 29c945bf4e..b532ba929f 100644 --- a/source/client-backpressure/client-backpressure.md +++ b/source/client-backpressure/client-backpressure.md @@ -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