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 8383 - /path/to/my-protobufs/my.proto
8484 - /path/to/my-protobufs/another.proto
8585 # 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
8788 protobufMessageName: my.DefaultValType
8889 # default protobuf type that is used for KEY serialization/deserialization
8990 # optional
9394 protobufMessageNameForKeyByTopic:
9495 topic1: my.KeyType1
9596 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
9997 # mapping of topic names to protobuf types, that will be used for VALUES serialization/deserialization
10098 # optional
10199 protobufMessageNameByTopic:
You can’t perform that action at this time.
0 commit comments