Hello ProtocolBufferSupport team,
If I have a proto file with multiple sub-message types defined and If I want to add more sub-message types in the same file I am getting BACKWARD and FORWARD compatibility errors.
I am using com.github.os72:protoc-jar-maven-plugin:3.11.4 plugin in java module to compile proto files and kafka-protobuf-provider:6.1.6 for ProtobufSchema object.
The query is getting compatibility errors is it correct behavior or not?
I didn't find any documentation in protocol-buffer user guide regarding adding more sub-message types in the existing proto file.
Could you please help me to understand the standard behavior of the protocol buffer?