Class ExactlyOnceSemanticsStatistics
Inheritance
ExactlyOnceSemanticsStatistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class ExactlyOnceSemanticsStatistics
Constructors
ExactlyOnceSemanticsStatistics()
Declaration
public ExactlyOnceSemanticsStatistics()
Properties
EpochCnt
Declaration
[JsonPropertyName("epoch_cnt")]
public long EpochCnt { get; init; }
Property Value
IdempState
Declaration
[JsonPropertyName("idemp_state")]
public string IdempState { get; init; }
Property Value
IdempStateAge
Declaration
[JsonPropertyName("idemp_stateage")]
public long IdempStateAge { get; init; }
Property Value
ProducerEpoch
Declaration
[JsonPropertyName("producer_epoch")]
public long ProducerEpoch { get; init; }
Property Value
ProducerId
Declaration
[JsonPropertyName("producer_id")]
public long ProducerId { get; init; }
Property Value
TxnMayEnq
Declaration
[JsonPropertyName("txn_may_enq")]
public bool TxnMayEnq { get; init; }
Property Value
TxnState
Declaration
[JsonPropertyName("txn_state")]
public string TxnState { get; init; }
Property Value
TxnStateAge
Declaration
[JsonPropertyName("txn_stateage")]
public long TxnStateAge { get; init; }
Property Value