Add Context.Key.create and createWithDefault
Open
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
We'd like to remove needless differences between Attributes.Key, CallOptions.Key, and Context.Key. The Context.key() and keyWithDefault() is actually a bit weird today, and not something we'd like to copy. But we'd like to add the create methods to Key for consistency.
We will leave the current key() and keyWithDefault() methods. Just add new methods.
Related: #1869, #1764.
Contributor guide
Assessment
This issue has not been assessed yet.