dubbo-admin
dubbo-admin copied to clipboard
[Feature] Implement distributed lock by gorm
What would you like to be added:
- Abstract Lock interface
- Using gorm to implment distributed lock.
Why is this needed: Currently, the routing rules published by dubbo admin haven't been locked, which may introduce concurrent problem. So we need implment a kind of distributed lock. For now, dubbo admin has been implmented store using gorm, so basically, we can use gorm to implment distributed lock.
@team can you please assign this issue to me? I love to contribute on this issue.