Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust ColumnFamily implementation to reflect API changes in Zeebe #262

Closed
Tracked by #189
pihme opened this issue Mar 17, 2022 · 0 comments · Fixed by #264
Closed
Tracked by #189

Adjust ColumnFamily implementation to reflect API changes in Zeebe #262

pihme opened this issue Mar 17, 2022 · 0 comments · Fixed by #264
Assignees

Comments

@pihme
Copy link
Contributor

pihme commented Mar 17, 2022

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants