-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Optimistic lock support #27
Comments
Do you mean add something like |
Hi, technically it will require the development of custom Mapper which can be enabled via schema generator and annotation. But yes, it will be version column driven. Architecture is ready for that. |
What about optimistic lock at this moment? |
Feature development is currently on hold (till the end of the year). We are working on a new massive component (https://github.com/temporalio/proposals/blob/master/php/php-rr-sdk.md) which consumes all the team attention. You can implement this feature by youself vis custom command in your mapper. |
Could this be squeezed in for V2? |
This is done as entity behavior |
Simple mapper modification to issue different command set for queue update and queue delete with version check.
The text was updated successfully, but these errors were encountered: