azist / azos

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

Review `FiberMemory` and `FiberMemoryDelta` - may not use custom types, must only use byte[] #827

Open itadapter opened 1 year ago

itadapter commented 1 year ago

Related: #813

The "FiberMemoryDelta" may not expect shard servers to materialize business-custom types, therefore it can only store changes as blobs.

The .Net assemblies with custom types should only be deployed on processor nodes, not on shard storage nodes