Re: [protobuf] Detecting modifications to Protobuf messages

2016-09-16 Thread 'Adam Cozzette' via Protocol Buffers
I have to admit that I'm not very familiar with the protocol buffers API for Python, so hopefully someone more knowledgeable can chime in. But given that Python does not have a message differencer, I think your best bet would be to try to use the reflection API to implement something similar. It

[protobuf] Detecting modifications to Protobuf messages

2016-09-15 Thread Jordan Kaye
Hello all, I've been searching for the better part of a day without finding much information on this topic, so I figured I'd go ahead and ask here. I'm looking for a way to receive notifications of changes to individual Protobuf message instances. I have an application that would like to