ADO.NET Provider for Apache Kafka

Build 25.0.9539

NonRegistryTypeDetectionScheme

Specifies the TypeDetectionScheme to use for topics that do not have schemas in the schema registry.

Possible Values

Disabled, None, RowScan, MessageOnly

Data Type

string

Default Value

"Disabled"

Remarks

When TypeDetectionScheme is set to a registry-type detection scheme, the provider 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 Extracting Metadata From Topics for details on how type detection works.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539