Skip to content

Commit a2f53be

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-23: Remove dupe field. Fixes #3
1 parent 147b2f5 commit a2f53be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configuration/serialization-serde.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ kafka:
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
@@ -93,9 +94,6 @@ kafka:
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:

0 commit comments

Comments
 (0)