Namespace Silverback.Messaging.Configuration.Kafka
Classes
ConfluentClientConfigProxy
Wraps the Confluent.Kafka.ClientConfig.
ConfluentConsumerConfigProxy
Wraps the Confluent.Kafka.ConsumerConfig.
ConfluentProducerConfigProxy
Wraps the Confluent.Kafka.ProducerConfig.
KafkaClientConfig
Wraps the Confluent.Kafka.ConsumerConfig and contains the properties shared between the KafkaProducerConfig and KafkaConsumerConfig.
KafkaConsumerConfig
Extends the Confluent.Kafka.ConsumerConfig adding the Silverback specific settings.
KafkaConsumerEndpointBuilder
Builds the KafkaConsumerEndpoint.
KafkaProducerConfig
Extends the Confluent.Kafka.ProducerConfig adding the Silverback specific settings.
KafkaProducerEndpointBuilder
Builds the KafkaProducerEndpoint.
Interfaces
IKafkaConsumerEndpointBuilder
Builds the KafkaConsumerEndpoint.
IKafkaEndpointsConfigurationBuilder
Exposes the methods to configure the connection to Kafka and add the inbound and outbound endpoints.
IKafkaProducerEndpointBuilder
Builds the KafkaProducerEndpoint.
IMockedKafkaOptions
Stores the mocked Kafka configuration.
IMockedKafkaOptionsBuilder
Exposes the methods to configure the mocked Kafka.