ISISComputingGroup/saluki

handle messagepack and raw json before falling back to bytes decoding

Offen

#34 geöffnet am 31.10.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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