ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.8k stars 220 forks source link

skip the whole confluent schema header in proto deser #763

Closed emef closed 4 weeks ago

emef commented 1 month ago

the header format for protobuf messages that use confluent schema registry expects there to be a message index list following the schema ID. this will always contain at least one varint which contains the length of the index list.