components-contrib
components-contrib copied to clipboard
Distributed Lock components' code doesn't reflect renaming on UnlockResponse.Status
PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in UnlockResponse.Status
ProtoBuff definition:
-
LOCK_UNEXIST
becameLOCK_DOES_NOT_EXIST
-
LOCK_BELONG_TO_OTHERS
becameLOCK_BELONGS_TO_OTHERS
Code implementing Distributed Lock component in components-contrib
needs to be updated to account for this modification.
This modification should not cause any change in over-the-wire encoding but will cause problems when regenerating language-dependent code from those definitions.
Notice: The Distributed Lock API is an Alpha version and is subject to change. As such, I am unsure of the need to have this added to this SDK Release notes.