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
Password
Gets or sets the Schema Registry password.
public string Password { get; set; }
Property Value
Server
Gets or sets the Schema Registry server address.
public string Server { get; set; }
Property Value
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
ValueSerializer
Gets or sets the configured value serializer name, such as AVRO or JSON.
public string ValueSerializer { get; set; }