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