ISISComputingGroup/saluki
handle messagepack and raw json before falling back to bytes decoding
Offen
#34 geöffnet am 31.10.2025
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