Skip to main content
Version: 3.x

IProducerConfiguration interface

Represents the producer configuration values

public interface IProducerConfiguration

Members

namedescription
Acks { get; }Gets the acknowledge type
BaseProducerConfig { get; }Gets the confluent producer configuration
Cluster { get; }Gets the cluster configuration
CustomFactory { get; }Gets the producer custom factory
DefaultTopic { get; }Gets the default topic to be used when publishing
MiddlewaresConfigurations { get; }Gets the middlewares configurations
Name { get; }Gets the cluster name
StatisticsHandlers { get; }Gets the statistics handlers
GetKafkaConfig()Gets the producer configuration

See Also