Skip to content

Commit

Permalink
Duplicate word removal (open-telemetry#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvolker authored Mar 18, 2022
1 parent f202ee9 commit 87f9b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/protocol/otlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 87f9b77

Please sign in to comment.