File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 83
83
- /path/to/my-protobufs/my.proto
84
84
- /path/to/my-protobufs/another.proto
85
85
# protobufMessageName is the default protobuf type that is used to deserialize
86
- # the message's value if the topic is not found in protobufMessageNameByTopic.
86
+ # the message's VALUE if the topic is not found in protobufMessageNameByTopic.
87
+ # optional, if not set, the first type in the file will be used as default
87
88
protobufMessageName: my.DefaultValType
88
89
# default protobuf type that is used for KEY serialization/deserialization
89
90
# optional
93
94
protobufMessageNameForKeyByTopic:
94
95
topic1: my.KeyType1
95
96
topic2: my.KeyType2
96
- # default protobuf type that is used for VALUE serialization/deserialization
97
- # optional, if not set - first type in file will be used as default
98
- protobufMessageName: my.Type1
99
97
# mapping of topic names to protobuf types, that will be used for VALUES serialization/deserialization
100
98
# optional
101
99
protobufMessageNameByTopic:
You can’t perform that action at this time.
0 commit comments