ISISComputingGroup / ISISComputingGroup/saluki
handle messagepack and raw json before falling back to bytes decoding
Open
good first issue
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 1
Description
Currently [`consume`](https://github.com/ISISComputingGroup/saluki/blob/main/src/consume.rs) deserialises flatbuffer encoded messages when it receives them from a topic.
As a failover, it should be able to:
try `msgpack` (as the bluesky stuff serialises with it)
if this fails, just try and print the payload as bytes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.