Class KafkaClientConfig
Wraps the Confluent.Kafka.ConsumerConfig and contains the properties shared between the KafkaProducerConfig and KafkaConsumerConfig.
Implements
Inherited Members
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()
Throws an EndpointConfigurationException if the current configuration is not valid.
Declaration
public override void Validate()