this plugin offloads data from the socket to an internal queue to reduce event processing time.
however if that queue fills up, the consumer from the socket blocks trying to push to the queue, thus triggering data loss.
There should be a mechanism to at least detect this and log that queue limit was hit and data was likely lost.
this plugin offloads data from the socket to an internal queue to reduce event processing time.
however if that queue fills up, the consumer from the socket blocks trying to push to the queue, thus triggering data loss.
There should be a mechanism to at least detect this and log that queue limit was hit and data was likely lost.