Skill Wiki v0.1.0
pattern @backend-architecture/pattern-service-registry

Service Registry

In a dynamic environment (containers come and go, instances autoscale), service hostnames are not known ahead of time.…

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
3 out · 3 in
Tokens
100/334/569
$ prime install @backend-architecture/pattern-service-registry

Projection

Always in _index.xml · the agent never has to ask for this.

ServiceRegistry [pattern] v1.0.0

In a dynamic environment (containers come and go, instances autoscale), service hostnames are not known ahead of time. A service registry is the source of truth for 'which instances of service X are alive right now and at what addresses?'. Clients query the registry (or a router queries it) to resolve a service name to an instance.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/pattern-service-registry/atom.yaml

Compiled at 2026-05-10