-
Type:
Task
-
Resolution: Won't Do
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: backend
-
Not defined
Zeebe recently added https://github.com/camunda-cloud/zeebe/tree/develop/protocol-jackson, which allows serialisation/deserialization of exported records, as well as a builder function for testing purposes. This will probably be a good idea for Optimize to use rather than our own concrete implementations of the records that we deserialize, to make us more resilient to any changes in Zeebe. We should investigate whether or not this serves our purpose and migrate our implementation to use this module.
ATs:
- Migrate to using Zeebe protocol-jackson module for our Zeebe records
- Give Zeebe feedback on it's functionality