IProducerConfiguration interface
Represents the producer configuration values
public interface IProducerConfiguration
Members
| name | description |
|---|---|
| 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
- namespace KafkaFlow.Configuration