diff --git a/src/sinks/vector/config.rs b/src/sinks/vector/config.rs index 74450c117df01..a6aaa2d034fe7 100644 --- a/src/sinks/vector/config.rs +++ b/src/sinks/vector/config.rs @@ -253,6 +253,7 @@ impl RetryLogic for VectorGrpcRetryLogic { | OutOfRange | Unimplemented | Unauthenticated + | DataLoss ), _ => true, }