Class IncrementalAlterConfigsOptions
Options for the IncrementalAlterConfigs method.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class IncrementalAlterConfigsOptions
Properties
RequestTimeout
The overall request timeout, including broker lookup, request transmission, operation time on broker, and response. If set to null, the default request timeout for the AdminClient will be used.
Default: null
Declaration
public TimeSpan? RequestTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |
ValidateOnly
If true, the request should be validated only without altering the configs.
Default: false
Declaration
public bool ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool |