Handler for outbound message throttling
Handler required to rate-limit the number of outgoing messages passing the pipeline (can be used to mitigate datagram bursts that cause high loss rates)
Note: The handler contains a queue with infinite capacity. If an application sends messages too fast, we run into an OOM problem. However, we will address this problem later by limiting the number of messages active in a pipeline in a future MR.
https://sonarcloud.io/dashboard?branch=messages-throtteling-handler&id=org.drasyl%3Aparent
Edited by bornholdt