-Example $low = 0; $high = 0; $conf = Kafka\Configuration(); $conf-&gt;set(&#39;metadata.broker.list&#39;, &#39;kafka:9092&#39;); $consumer = new Kafka\Consumer($conf); $topicPartition = new TopicPartition(&#39;test-topic&#39;, 0, strtotime(&#34;-1 week&#34;)); $consumer-&gt;queryWatermarkOffsets(&#39;test-topic, 0, int &amp;$low, int &amp;$high, 10000);</description></item><item><title>Release v1.0.0</title><link>https://php-kafka.github.io/whats-new/release-1.0.0/</link><pubDate>Sun, 27 Dec 2020 22:09:37 +0100</pubDate><guid>https://php-kafka.github.io/whats-new/release-1.0.0/</guid><description>Initial release</description></item><item><title>set</title><link>https://php-kafka.github.io/configuration/set/</link><pubDate>Sun, 27 Dec 2020 22:09:37 +0100</pubDate><guid>https://php-kafka.github.io/configuration/set/</guid><description>Description public function set(string $name, string $value): void {} Set a configuration value
0 commit comments