需求描述:
使用 routine load 将 kafka 中数据导入 doris,目前 kafka 中数据为 AVRO 格式,期望 routine load 命令支持读取 avsc 格式的 schema 做反序列化。
在 github 上有相关pr,因为超时被关闭了,从代码上看,已经实现相关功能。
[feature-wip] support avro format in routine load and stream load #10492
相关issue
- [Feature] Routine load support schema registry and avro #18536
- [Proposal] Support avro format load #7650