From 87f9b77b0860f5d99b9476fc6bbc427ac084242c Mon Sep 17 00:00:00 2001 From: Nicholas Volker <45795784+nvolker@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:58:13 +0200 Subject: [PATCH] Duplicate word removal (#2423) --- specification/protocol/otlp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/protocol/otlp.md b/specification/protocol/otlp.md index d4f605ab3eb..462b8fd72c7 100644 --- a/specification/protocol/otlp.md +++ b/specification/protocol/otlp.md @@ -492,7 +492,7 @@ for. When one of the servers acknowledges the data and the other server does not (yet) acknowledges the client needs to make a decision about how to move forward. -In such situation the the client SHOULD implement queuing, acknowledgement +In such situation the client SHOULD implement queuing, acknowledgement handling and retrying logic per destination. This ensures that servers do not block each other. The queues SHOULD reference shared, immutable data to be sent, thus minimizing the memory overhead caused by having multiple queues.