ISISComputingGroup/saluki

handle messagepack and raw json before falling back to bytes decoding

オープン

#34 opened on 2025/10/31

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (0 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド