You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Zeebe the API for ColumnFamily has changed. Instead of put there is now update, insert, upsert. Instead of delete there is now deleteExisting and deleteIfExists
This change needs to be reflected here.
In addition to that, we need to decide whether we want to replicate the integrity checks.
@pihme IMO we should wait with implementing the integrity checks until they are enabled by default in Zeebe.
The text was updated successfully, but these errors were encountered:
Description
In Zeebe the API for ColumnFamily has changed. Instead of
put
there is nowupdate
,insert
,upsert
. Instead ofdelete
there is nowdeleteExisting
anddeleteIfExists
This change needs to be reflected here.
In addition to that, we need to decide whether we want to replicate the integrity checks.
@pihme IMO we should wait with implementing the integrity checks until they are enabled by default in Zeebe.
The text was updated successfully, but these errors were encountered: