KafkaProducerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a Kafka message broker to produce messages.
public sealed class KafkaProducerSettings
type KafkaProducerSettings = class
Public NotInheritable Class KafkaProducerSettings
- Inheritance
-
KafkaProducerSettings
Constructors
KafkaProducerSettings() |
Properties
Config |
Gets the configuration settings for the Kafka producer. |
ConnectionString |
Gets or sets the connection string of the Kafka server to connect to. |
DisableHealthChecks |
Gets or sets a boolean value that indicates whether the Kafka health check is disabled or not. |
DisableMetrics |
Gets or sets a boolean value that indicates whether the OpenTelemetry metrics are enabled or not. |