小编use*_*201的帖子

In Avro IDL, how can I import an externally provided schema?

A simple example illustrates my problem.

In essence, I am working on a large project that has code split across multiple repositories. In repo 1 there is an Avro schema "S1" defined in an .avdl file which gets compiled into its Avro generated class.

In repo 2, which pulls the compiled artifacts of repo 1 in as dependencies, I need to create a new schema that has multiple records and also needs to embed the "S1" schema of repo 1. …

idl avro

6
推荐指数
1
解决办法
2745
查看次数

标签 统计

avro ×1

idl ×1