ISISComputingGroup/saluki
handle messagepack and raw json before falling back to bytes decoding
Aberta
#34 aberto em 31 de out. de 2025
good first issue
Métricas do repositório
- Stars
- (0 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
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