GoogleCloudPlatform / GoogleCloudPlatform/market-data-transcoder
Additional CLI options for length-prefixed message output and endianness
Open
enhancement
- Dominant language
- Python
- Stars
- 47
- Forks
- 11
- Avg merge
- 19d 10h
- Merged PRs (30d)
- 2
Description
`LengthDelimitedOutputManager` takes `--prefix_length` to determine the size in bytes of the length prefix to output, but endianness is currently hard-coded. Additionally, the prefix length being read by `LengthDelimitedFileMessageSource` should be separately optioned from the prefix length written out. Hence `--source_prefix_length` should be an option for `LengthDelimitedFileMessageSource` and `--output_prefix_length` should be come an option instrumenting `LengthDelimitedOutputManager`.
Contributor guide
Assessment
This issue has not been assessed yet.