Reputation: 541
I'm comparing two very large protobufs to figure out if there is a difference and if there is the point of divergence. I'm using MessageDifferencer which points out that there are differences between the two protobufs. I've been eye-balling the string dump of protobufs using diff -y tool (side by side comparison) which shows wherever there is a difference it's due to different organization of the fields of the messages. In other words the fields are the same, only different in their order of print. Is there a way to find where the two protobufs are different?
Upvotes: 0
Views: 483