Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configuration/serialization-serde.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ kafka:
serde:
- name: ProtobufFile
properties:
className: io.kafbat.ui.serdes.builtin.ProtobufFileSerde
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed as proto is a built-in serde, given the name stays as is, no classname should be specified (io/kafbat/ui/serdes/SerdesInitializer.java:44)

# 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"
Expand Down