fix(backend): added missed argument in kafka consumer
This commit is contained in:
parent
51b6414cb6
commit
408bd80ec3
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ func (consumer *Consumer) ConsumeNext() error {
|
|||
decodeKey(e.Key),
|
||||
*(e.TopicPartition.Topic),
|
||||
uint64(e.TopicPartition.Offset),
|
||||
uint64(e.TopicPartition.Partition),
|
||||
ts))
|
||||
consumer.lastReceivedPrtTs[e.TopicPartition.Partition] = ts
|
||||
case kafka.Error:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue