ISISComputingGroup/saluki

handle messagepack and raw json before falling back to bytes decoding

Open

#34 opened on Oct 31, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
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

Contributor guide