From 170af2ccf1f90d747c77689cfb92ddd1a629b2de Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Thu, 10 Jul 2025 14:41:08 +0100 Subject: [PATCH] Remove the min pending paragraph This was never implemented and for this specific use case, different approach will be picked --- adr/ADR-42.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/adr/ADR-42.md b/adr/ADR-42.md index 7c1fb431..0825b680 100644 --- a/adr/ADR-42.md +++ b/adr/ADR-42.md @@ -102,10 +102,6 @@ Pull requests will have the following additional fields: If `min_pending` and `min_ack_pending` are both given either being satisfied will result in delivery (boolean OR). -In the specific case where MaxAckPending is 1 and a pull is made using `min_pending: 1` this should only be served when -there are no other pulls waiting. This means we have to give priority to pulls without conditions over those with when -considering the next pull that will receive a message. - Once multiple groups are supported consumer updates could add and remove groups. ### `pinned_client` policy