ISISComputingGroup/saluki
handle messagepack and raw json before falling back to bytes decoding
開放
#34 建立於 2025年10月31日
good first issue
倉庫指標
- 星標
- (0 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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