ISISComputingGroup/saluki

handle messagepack and raw json before falling back to bytes decoding

開放

#34 建立於 2025年10月31日

 (0 則留言) (0 個反應) (0 位負責人)Rust (0 個分叉)auto 404
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

貢獻者指南