-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: migrate zeebe's backup api from /backups to /backup-runtime #617
feat: migrate zeebe's backup api from /backups to /backup-runtime #617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hm not sure whether this will work? As we run our test against different versions? But I might oversee something @lenaschoenburg ? |
Should I change the path depending on the version number? |
As far as I know we have no automated tests so nothing should break. Detecting the right version would be fancy but I don't think it's strictly required. |
I see that all other opened PR fail with the same error, should I proceed with the merge? |
I'd say yes unless @Zelldon vetos. |
Wouldnt the experiment itself break then? |
Which experiment? I found none that made use of backups. |
Hm? 🤔 I could swear we had one, but ok then nevermind. Then I guess we should add some |
Updates the actuator endpoints to match camunda/camunda#24456
closes #616