arnaud-lb / php-rdkafka

Production-ready, stable Kafka client for PHP
MIT License
2.08k stars 263 forks source link

High-Level Consumer set offset #552

Open belazz opened 3 months ago

belazz commented 3 months ago

Description

Hello,

Is there a way to force a 'latest' offset every time a high-level consumer restarts? I dont see any examples or methods that let me do this in the documentation, but maybe I'm missing something. It seems you could do this with a low-level consumer but the recommendation is to use the high-level one. Anyway, I'm open to any suggestions