ISISComputingGroup/saluki

handle messagepack and raw json before falling back to bytes decoding

Ouverte

#34 ouverte le 31 oct. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (0 fork)auto 404
good first issue

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur