Class ConsumerGroupStatistics
Inheritance
System.Object
ConsumerGroupStatistics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class ConsumerGroupStatistics
Properties
| Improve this doc View sourceAssignmentSize
Declaration
[JsonPropertyName("assignment_size")]
public long AssignmentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
JoinState
Declaration
[JsonPropertyName("join_state")]
public string JoinState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RebalanceAge
Declaration
[JsonPropertyName("rebalance_age")]
public long RebalanceAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
RebalanceCnt
Declaration
[JsonPropertyName("rebalance_cnt")]
public long RebalanceCnt { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
RebalanceReason
Declaration
[JsonPropertyName("rebalance_reason")]
public string RebalanceReason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
Declaration
[JsonPropertyName("state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateAge
Declaration
[JsonPropertyName("stateage")]
public long StateAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |