We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a575b38 commit e49213aCopy full SHA for e49213a
content/consumer/queryWatermarkOffsets.md
@@ -17,5 +17,5 @@ $conf = Kafka\Configuration();
17
$conf->set('metadata.broker.list', 'kafka:9092');
18
$consumer = new Kafka\Consumer($conf);
19
$topicPartition = new TopicPartition('test-topic', 0, strtotime("-1 week"));
20
-$consumer->queryWatermarkOffsets('test-topic, 0, int &$low, int &$high, 10000);
+$consumer->queryWatermarkOffsets('test-topic', 0, int &$low, int &$high, 10000);
21
```
0 commit comments