camunda-community-hub / zeebe-hazelcast-exporter

Export events from Zeebe to Hazelcast
Apache License 2.0
44 stars 28 forks source link

Support for Schema additions for Zeebe 8.5 #389

Open mgoldver opened 4 months ago

mgoldver commented 4 months ago

Zeebe Exporter protobuf version 1.6.0 added UserTaskRecord among other records. (see https://github.com/camunda-community-hub/zeebe-exporter-protobuf/releases) ZeebeHazelcast needs to add support for exporting User Tasks and other new records to its builder or change the class structure to allow for extension.