ISISComputingGroup/saluki
View on GitHubhandle messagepack and raw json before falling back to bytes decoding
Open
#34 opened on Oct 31, 2025
good first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently consume 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