octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
10 stars 4 forks source link

Remove the `datetime` field from `delivery_acknowledgement` and `heartbeat` events #641

Closed cortadocodes closed 4 months ago

cortadocodes commented 7 months ago

Feature request

Current state

We're about to have datetime duplicated for delivery_acknowledgement and heartbeat events (it's about to be added to the attributes of all events, so there's no need to keep it in the event too). To reduce confusion and event size, we should remove it from these events.

Proposed Solution