Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此的后续问题-> [使用 fastavro 从 Kafka 进行 Avro 反序列化]
有没有办法使用 fastavro schemaless_reader() 从 avro 文件(无标题)中读取所有记录?
schemaless_reader只能读取一条记录,因此可能无法正常工作。
schemaless_reader
如果您有一个真正的 avro 文件,即使您去掉了标头,也可能还有其他非记录信息(例如,同步标记),所以我不建议采用实际的 avro 文件,去掉标头,并且希望仍然能够阅读它。