Property MaxWaiting
MaxWaiting
The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored
[JsonPropertyName("max_waiting")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MaxWaiting { get; set; }