azist / azos

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

Add `GDID.Route` flags for use in storage/shard routing #830

Closed itadapter closed 1 year ago

itadapter commented 1 year ago

Needed for static shard assignment/shardset version assignment etc..

itadapter commented 1 year ago

This is not possible because byte[] is not possible with various length and we dont want to store 16 bytes for nothing. Also ShardKey does not respect this notion of route and it should not. This will not be done. We will create a NEW data structure instead.

itadapter commented 1 year ago

See #831 instead!!!!