Class KafkaClientConfig
Wraps the Confluent.Kafka.ConsumerConfig and contains the properties shared between the KafkaProducerConfig and KafkaConsumerConfig.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Configuration.Kafka
Assembly: Silverback.Integration.Kafka.dll
Syntax
public sealed class KafkaClientConfig : ConfluentClientConfigProxy, IValidatableEndpointSettings
Constructors
| Improve this doc View sourceKafkaClientConfig()
Initializes a new instance of the KafkaClientConfig class.
Declaration
public KafkaClientConfig()
Methods
| Improve this doc View sourceValidate()
Declaration
public override void Validate()