From 6196c0714bad416a563987688353ebed4b295d11 Mon Sep 17 00:00:00 2001 From: Lionel Villard Date: Mon, 27 Sep 2021 09:54:05 -0400 Subject: [PATCH] add experimental feature to the spec --- specs/eventing/control-plane.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/eventing/control-plane.md b/specs/eventing/control-plane.md index aebcc699c..abbe25fab 100644 --- a/specs/eventing/control-plane.md +++ b/specs/eventing/control-plane.md @@ -862,6 +862,11 @@ Channel. enum
["linear", "exponential"] (OPTIONAL) Retry timing scaling policy. Linear policy uses the same backoffDelay for each attempt; Exponential policy uses 2^N multiples of backoffDelay + + timeout + string (OPTIONAL) + The timeout of each single request. + ### KReference