Explorar el Código

zstd needs client >= 2.1.0.0

Diego Alvarez hace 5 años
padre
commit
0af1b4d756
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      functional_producer_test.go

+ 1 - 0
functional_producer_test.go

@@ -33,6 +33,7 @@ func TestFuncProducingSnappy(t *testing.T) {
 
 func TestFuncProducingZstd(t *testing.T) {
 	config := NewConfig()
+	config.Version = V2_1_0_0
 	config.Producer.Compression = CompressionZSTD
 	testProducingMessages(t, config)
 }