Files
Scott Fauerbach 261056b0c4 Merge pull request #2220 from nats-io/0006-protocol-naming-conventions
0006-protocol-naming-conventions
2021-06-23 07:59:56 -04:00
..
2021-05-26 08:04:50 +02:00

Architecture Decision Records

The directory adr hold Architecture Decision Records that document major decisions made in the design of the NATS Server.

A good intro to ADRs can be found in Documenting Architecture Decisions by Michael Nygard.

When to write an ADR

Not every little decision needs an ADR, and we are not overly prescriptive about the format. The kind of change that should have an ADR are ones likely to impact many client libraries or those where we specifically wish to solicit wider community input.

Format

The adr-tools utility ships with a template that's a good starting point. We do not have a fixed format at present.

ADR Statuses

Each ADR has a status, let's try to use Proposed, Approved Partially Implemented, Implemented and Rejected.