Table of Contents

Class KafkaSchemaRegistryOptions

Namespace
Pipelinez.Kafka.Configuration
Assembly
Pipelinez.Kafka.dll

Configures Confluent Schema Registry connectivity and serializer selection for Kafka transports.

public class KafkaSchemaRegistryOptions
Inheritance
KafkaSchemaRegistryOptions
Inherited Members

Properties

KeySerializer

Gets or sets the configured key serializer name, such as AVRO or JSON.

public string KeySerializer { get; set; }

Property Value

string

Password

Gets or sets the Schema Registry password.

public string Password { get; set; }

Property Value

string

Server

Gets or sets the Schema Registry server address.

public string Server { get; set; }

Property Value

string

Remarks

When an https:// prefix is not provided, one is added automatically when the value is read.

User

Gets or sets the Schema Registry username.

public string User { get; set; }

Property Value

string

ValueSerializer

Gets or sets the configured value serializer name, such as AVRO or JSON.

public string ValueSerializer { get; set; }

Property Value

string