azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

Devise an 'Azos.Data.Replication' mechanism generalization to be used by `Adlib`, `Heap` and others in future #858

Open itadapter opened 1 year ago

itadapter commented 1 year ago

Such approach is not feasible for the following reasons:

The conclusion is simple: this namespace Data.Replication is probably not needed and instead the data.Heap project should be continued instead with all of its concretions (e.g. use HeapObject, CRDT) , then Adlib et al may use DataHeap under the hood. It is very expensive and complex to move "data replication" out of Data.Heap as it is a senseless endeavor.