TopicPartitionLag constructor
Initializes a new instance of the TopicPartitionLag class.
public TopicPartitionLag(string topic, int partition, long lag)
| parameter | description |
|---|---|
| topic | The topic name |
| partition | The partition value |
| lag | The lag value |
See Also
- class TopicPartitionLag
- namespace KafkaFlow.Consumers