Property MaxAckPending
MaxAckPending
The maximum number of outstanding ACKs any consumer may configure
[JsonPropertyName("max_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int MaxAckPending { get; set; }
The maximum number of outstanding ACKs any consumer may configure
[JsonPropertyName("max_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int MaxAckPending { get; set; }