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.
What would you like to be added:
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.