xiangfu0 opened a new pull request, #17077: URL: https://github.com/apache/pinot/pull/17077
**Summary** Adds a new optional property `leading.bytes.to.strip` to `SimpleAvroMessageDecoder`. Purpose: Allow decoding Avro payloads with a fixed-size header (e.g., Confluent magic byte + schema id = 5 bytes). **Motivation** Some producers prepend headers to Avro-encoded messages. `SimpleAvroMessageDecoder` previously required raw Avro content only. This option provides a lightweight way to reuse the simple decoder when headers are fixed-length. Users can explicitly set avro schema when they have concern about the schema registry availability. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
