forked from wasmCloud/wasmCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brooks Townsend <[email protected]>
- Loading branch information
1 parent
2e5ede4
commit bc1eed1
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Rename Lattice Prefix to Lattice | ||
|
||
| Status | Deciders | Date | | ||
| -------- | ------------------------------------------------------------------------- | ----------- | | ||
| Accepted | Commenters on [#1221](https://github.com/wasmCloud/wasmCloud/issues/1221) | 18 Jan 2024 | | ||
|
||
## Context and Problem Statement | ||
|
||
This ADR covers a naming change to one of our most important ideas, the lattice prefix, to just calling it a lattice. It's a simple change, but worth documenting. The simplification from lattice prefix to just lattice is aimed at reducing the cognitive burden of learning the term when you're a newcomer to the wasmCloud project, as we don't use it as a prefix rather than something more like a distributed network namespace. | ||
|
||
## Considered Options | ||
|
||
- Namespace | ||
- Network Namespace | ||
- Lattice | ||
- Lattice Prefix | ||
- wasmCloud Namespace | ||
|
||
## Decision Outcome | ||
|
||
We chose option 3, Lattice, because it's the simplest and most intuitive. The lattice is unique to wasmCloud, and is a simple way to describe the distributed namespace that wasmCloud uses to identify actors, providers, and capability providers. We'll focus on keeping terms simple and providing clear documentation to help newcomers understand the concepts. | ||
|
||
## Links <!-- optional --> | ||
|
||
- [Original RFC #1221](https://github.com/wasmCloud/wasmCloud/issues/1221) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters