-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The current database store for the directory service is an embedded LevelDB database. In #8 we suggest creating a replicated directory service, which can be used to collect an eventually consistent stateful set. However, if the vaspdirectory.net service because the primary (and only) directory store, then it may be easier to simply create a Spanner backend so that all the directory services distributed globally are stateless, using Spanner for geographic strong consistency replication.