ConfluentSchemaRegistry
classView source ↗
class ConfluentSchemaRegistry(
url: str,
credentials: ConfluentSchemaRegistryCredentialsSpec | None = None,
configs: dict | None = None,
)
Bases: KafkaSchemaRegistry
Categories: configuration
Configuration for Confluent Schema Registry.
Initializes the Confluent Schema Registry configuration.
Parameters
parameter
urlThe URL of the Schema Registry.
parameter
credentialsCredentials for authentication.
parameter
configsOptional dictionary of additional configuration properties.
Properties
property
configsdictAdditional configuration properties for the Schema Registry client.
property
credentialsConfluentSchemaRegistryCredentialsSpec | NoneCredentials for authenticating with the Schema Registry.
property
urlstrThe URL of the Schema Registry.