NonRegistryTypeDetectionScheme
Specifies the TypeDetectionScheme to use for topics that do not have schemas in the schema registry.
Possible Values
Disabled, None, RowScan, MessageOnlyデータ型
string
デフォルト値
"Disabled"
解説
When TypeDetectionScheme is set to a registry-type detection scheme, the 本製品 exposes only topics that have schemas registered in the schema registry. Topics without registry entries are skipped and do not appear as tables.
Set this property to a value other than Disabled to expose both registry and non-registry topics. Topics with registry schemas continue to use the registry for column definitions, and topics without registry schemas use the detection scheme specified in this property.
The available values for this property are: Disabled, None, RowScan, and MessageOnly. These values have the same meaning as the corresponding options in TypeDetectionScheme.
See トピックからのメタデータの抽出 for details on how type detection works.