Class ConsumerGroupStatistics
Inheritance
ConsumerGroupStatistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class ConsumerGroupStatistics
Properties
|
Improve this doc
View source
AssignmentSize
Declaration
[JsonPropertyName("assignment_size")]
public long AssignmentSize { get; set; }
Property Value
|
Improve this doc
View source
JoinState
Declaration
[JsonPropertyName("join_state")]
public string JoinState { get; set; }
Property Value
|
Improve this doc
View source
RebalanceAge
Declaration
[JsonPropertyName("rebalance_age")]
public long RebalanceAge { get; set; }
Property Value
|
Improve this doc
View source
RebalanceCnt
Declaration
[JsonPropertyName("rebalance_cnt")]
public long RebalanceCnt { get; set; }
Property Value
|
Improve this doc
View source
RebalanceReason
Declaration
[JsonPropertyName("rebalance_reason")]
public string RebalanceReason { get; set; }
Property Value
|
Improve this doc
View source
State
Declaration
[JsonPropertyName("state")]
public string State { get; set; }
Property Value
|
Improve this doc
View source
StateAge
Declaration
[JsonPropertyName("stateage")]
public long StateAge { get; set; }
Property Value