hashmapinc / hashmapinc/tempus-edge
refactor protobuf usage throughout
Open
bug
enhancement
good first issue
in progress
- Dominant language
- Scala
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Proto objects in scala may currently use a fragile instantiation. make sure each protobuf useage in the scala applications declare an empty proto object and only uses the getters and setters to fill the proto object.
This will avoid hard to debug errors if proto definitions change over time. A change that would result in a bad proto will be more likely to fail at compile time if we use the getters / setters.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.