From 4fb74a81e10df1e249c25f0f5a3af0cd98a52dfe Mon Sep 17 00:00:00 2001 From: stumbaumr Date: Thu, 31 Jul 2025 18:31:01 +0200 Subject: [PATCH] Update serialization-serde.md Missing parameter... --- configuration/serialization-serde.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/serialization-serde.md b/configuration/serialization-serde.md index cf2ec24..fb616a6 100644 --- a/configuration/serialization-serde.md +++ b/configuration/serialization-serde.md @@ -73,6 +73,7 @@ kafka: serde: - name: ProtobufFile properties: + className: io.kafbat.ui.serdes.builtin.ProtobufFileSerde # protobufFilesDir specifies root location for proto files (will be scanned recursively) # NOTE: if 'protobufFilesDir' specified, then 'protobufFile' and 'protobufFiles' settings will be ignored protobufFilesDir: "/path/to/my-protobufs"