JDBC Driver for Apache Kafka

Build 25.0.9540

SchemaRegistryOnly

Specifies whether the provider connects only to the schema registry.

データ型

bool

デフォルト値

false

解説

When set to true, the 本製品 disables all broker connections and operates only against the schema registry. In this mode, the 本製品 does not perform any operations that requires access to the Apache Kafka broker. Attempting any of the following operations in registry-only mode results in an error:

  • SELECT queries (excluding system tables)
  • INSERT statements
  • CREATE TABLE statements
  • CommitOffset
  • ProduceMessage

Registry-only mode requires the following configuration settings:

  • TypeDetectionScheme must be set to SchemaRegistry. Any other value requires a broker connection to list tables.
  • ValidateRegistryTopics must be set to false. When validation is enabled, the 本製品 compares broker topics with registry subjects, which requires connecting to the Apache Kafka broker.

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