Concepts
The Goten concepts a service author needs to know.
Background on how Goten works underneath the guide. You do not need all of this to build a service, but it explains the machinery you are building on and is worth reading when something does not behave as you expect.
In this section
- Meta service as service registry — the role of the meta service as the registry every service registers with.
- EnvRegistry as service discovery — how the EnvRegistry module handles service discovery.
- Resource metadata — the metadata that makes service synchronization work.
- Multi-region policy store — the design of the multi-region policy store.
- Goten organization — the Goten directory structure and libraries.
- Goten as a runtime — the runtime side of the framework.