Class ConsumerGroupStatistics
- Namespace
- Silverback.Messaging.Broker.Callbacks.Statistics
- Assembly
- Silverback.Integration.Kafka.dll
public class ConsumerGroupStatistics
- Inheritance
-
ConsumerGroupStatistics
- Inherited Members
-
Constructors
ConsumerGroupStatistics()
public ConsumerGroupStatistics()
Properties
AssignmentSize
[JsonPropertyName("assignment_size")]
public long AssignmentSize { get; init; }
Property Value
- long
JoinState
[JsonPropertyName("join_state")]
public string JoinState { get; init; }
Property Value
- string
RebalanceAge
[JsonPropertyName("rebalance_age")]
public long RebalanceAge { get; init; }
Property Value
- long
RebalanceCnt
[JsonPropertyName("rebalance_cnt")]
public long RebalanceCnt { get; init; }
Property Value
- long
RebalanceReason
[JsonPropertyName("rebalance_reason")]
public string RebalanceReason { get; init; }
Property Value
- string
State
[JsonPropertyName("state")]
public string State { get; init; }
Property Value
- string
StateAge
[JsonPropertyName("stateage")]
public long StateAge { get; init; }
Property Value
- long