Skip to content

Commit e49213a

Browse files
committed
save work
1 parent a575b38 commit e49213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/consumer/queryWatermarkOffsets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ $conf = Kafka\Configuration();
1717
$conf->set('metadata.broker.list', 'kafka:9092');
1818
$consumer = new Kafka\Consumer($conf);
1919
$topicPartition = new TopicPartition('test-topic', 0, strtotime("-1 week"));
20-
$consumer->queryWatermarkOffsets('test-topic, 0, int &$low, int &$high, 10000);
20+
$consumer->queryWatermarkOffsets('test-topic', 0, int &$low, int &$high, 10000);
2121
```

0 commit comments

Comments
 (0)