sofastack / sofa-registry

SOFARegistry is a production-level, low-latency, high-availability service registry powered by Ant Financial.
https://www.sofastack.tech/sofa-registry/docs/Home
Apache License 2.0
653 stars 246 forks source link

refactor sesion data store module #314

Closed dbl-x closed 1 year ago

dbl-x commented 1 year ago

fix:

nocvalight commented 1 year ago

本次pr修改的类文件比较多,其中session上的存储结构的修改也比较大,是否可以在issue补充一些修改后的存储结构的设计考量,对象关系图等。这样对cr人会比较友好。

dbl-x commented 1 year ago

image

基础存储接口和实现如上图,他们和具体业务无关:

dbl-x commented 1 year ago