waltz-controls / rfc

RFCs for Waltz-Controls
MIT License
2 stars 3 forks source link

Specify what does "parent" mean #3

Closed altavir closed 4 years ago

altavir commented 4 years ago

I am not sure what is the purpose of the field.

Ingvord commented 4 years ago

parent - id of the message result of which produces this message e.g. read Tango attribute request (id=1234) -> read Tango attribute response (id=1235, parent=1234)

altavir commented 4 years ago

It is not clear who handles the ids and how we ensure iniquity. If the id is generated by TANGO, it should be the part of the payload.

Ingvord commented 4 years ago

id is generated by a message creator, in our case that will be connectors e.g. Tango connector not Tango itself. As first approximation I suggest to use timestamps for that... in the future that will be hash values (aka blockchain)

Ingvord commented 4 years ago

Close via 7c739e9