hutcheb commented on pull request #202:
URL: https://github.com/apache/plc4x/pull/202#issuecomment-731115622


   I've been going back and froth between changing the schema for the source 
connector and the initial reason for it was so that we don't change the schema. 
Avro and the schema registry do a great job of handling changes to the schema 
when we add/remove fields.
   
   Considering another case though, if we have a report by exception device 
that we only want to send the fields that have changed. We don't want to have 
to send all the fields we have specified in the config file. But only the 
values that have changed.
   
   I think changing it so we have an array of [field, value] pairs would be a 
better option.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to