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"