From cd7757ca5ab5f48fc671efe699b7185bfc27a132 Mon Sep 17 00:00:00 2001 From: Dmitriy Barbul Date: Tue, 22 Aug 2023 07:54:01 +0300 Subject: [PATCH] Remove accidentally duplicated section Signed-off-by: Dmitriy Barbul --- .../resources/pages/ditto/basic-acknowledgements.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/documentation/src/main/resources/pages/ditto/basic-acknowledgements.md b/documentation/src/main/resources/pages/ditto/basic-acknowledgements.md index 12b9277b06..f84fff39dc 100644 --- a/documentation/src/main/resources/pages/ditto/basic-acknowledgements.md +++ b/documentation/src/main/resources/pages/ditto/basic-acknowledgements.md @@ -443,16 +443,3 @@ disposition frames, and MQTT PUBACK/PUBREC/PUBREL messages for incoming PUBLISH | Connectivity | true | empty | non-zero | Response published at reply-target;
message settled immediately | | Connectivity | true | non-empty | zero | Error published at reply-target: timeout may not be zero if response is required;
message settled negatively | | Connectivity | true | non-empty | non-zero | Aggregated response and acknowledgements published at reply-target;
message settled after receiving the requested acknowledgements | - -### Default header values -Ditto set each of the three headers `response-required`, `requested-acks`, `timeout` to a default value according to any -values of the other two headers set by the user. -The default values depend only on headers set by the user; they do not depend on each other. -Setting the default header values this way never produces any combination considered a client error unless the headers -set by the user already cause a client error. - -| Header | Default value | Default value if all three headers are not set | -| --- | --- | --- | -| response-required | `false` if `timeout` is zero, `true` otherwise | `true` | -| requested-acks | `empty` if `timeout` is zero or `response-required` is `false`, the channel's default acknowledgement request otherwise |`["twin-persisted"]` for TWIN channel,
`["live-response"]` for LIVE channel | -| timeout | `60s` | `60s` |