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