Update serde name

This commit is contained in:
kostasdizas 2023-08-04 19:25:36 +01:00
parent b3daee6b3f
commit 0c627a4d7b
No known key found for this signature in database
GPG key ID: 97876C44A0C60912

View file

@ -13,7 +13,7 @@ import lombok.SneakyThrows;
public class ProtobufRawSerde implements BuiltInSerde {
public static String name() {
return "ProtobufRaw";
return "ProtobufDecodeRaw";
}
@Override