model-driven-telemetry icon indicating copy to clipboard operation
model-driven-telemetry copied to clipboard

Use bytes instead of a string to represent Prefix field

Open sbezverk opened this issue 4 years ago • 0 comments

Currently protos are using string as a type for prefix field which is not efficient and makes manipulations with prefix more complex. I would like to propose to switch to bytes type instead.

sbezverk avatar Apr 09 '21 12:04 sbezverk