Is there an example where I could see how SimpleAvroMessageDecoder is used? I’m pushing an encoded byte[] in kafka. When I consume that in a service to recreate the object from that byte array, it works. However when I connect pinot to the same topic and provide a schema, it says Index out of bounds.