ISISComputingGroup/saluki
handle messagepack and raw json before falling back to bytes decoding
Aperta
#34 aperta il 31 ott 2025
good first issue
Metriche repository
- Star
- (0 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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