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