java-dogstatsd-client
java-dogstatsd-client copied to clipboard
NonBlockingStatsDClient should provide way to handle queue overflow
https://github.com/DataDog/java-dogstatsd-client/blob/90771e04702180bf81a9a3a06caac71ea7353563/src/main/java/com/timgroup/statsd/StatsDSender.java#L41-L47
Currently if the queue is full events are just silently lost.
See https://github.com/apache/incubator-druid/issues/7075
Hey @leventov There is currently an open PR that seems to address a similar issue - https://github.com/DataDog/java-dogstatsd-client/pull/65/files Would this satisfy your use case?
It seems like a different problem to me.