Class GetServiceKafkaUserConfigKafkaRestConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceKafkaUserConfigKafkaRestConfigArgs : InvokeArgs
Constructors
View SourceGetServiceKafkaUserConfigKafkaRestConfigArgs()
Declaration
public GetServiceKafkaUserConfigKafkaRestConfigArgs()
Properties
View SourceConsumerEnableAutoCommit
Declaration
public bool? ConsumerEnableAutoCommit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ConsumerRequestMaxBytes
Declaration
public int? ConsumerRequestMaxBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ConsumerRequestTimeoutMs
Declaration
public int? ConsumerRequestTimeoutMs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ProducerAcks
Declaration
public string ProducerAcks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProducerLingerMs
Declaration
public int? ProducerLingerMs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SimpleconsumerPoolSizeMax
Declaration
public int? SimpleconsumerPoolSizeMax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |