AvroSchemaRegistry

描述

提供用于注册和访问架构的服务。可以将架构注册为动态属性,其中“名称”代表架构名称,“值”代表实际架构的文本表示,遵循 Avro 架构格式的语法和语义。

标签

avro、csv、json、registry、schema

属性

下表列出了各项属性,其中带星号 (*) 的为必需属性。其他属性视为可选属性。该表还指出了所有默认值以及属性是否支持 NiFi 表达式语言。

显示名称

API 名称

默认值

允许值

描述

验证字段名称 *

avro-reg-validated-field-names

true

  • true

  • false

Whether or not to validate the field names in the Avro schema based on Avro naming rules. If set to true, all field names must be valid Avro names, which must begin with [A-Za-z_], and subsequently contain only [A-Za-z0-9_]. If set to false, no validation will be performed on the field names.

状态管理

此组件不存储状态。

受限

此组件不受限制。

系统资源注意事项

此组件未指定系统资源注意事项。

语言: 中文