Jérémy Richard

Results 3 issues of Jérémy Richard

Hi, I didn't find anything to log statistics. I tried to set `statistics.interval.ms` and `stats_cb` but got errors. Using ```yaml statistics.interval.ms: '100' stats_cb: '@App\Messenger\StatsCallBack' ``` Result on ``` In PhpDumper.php...

Related to https://github.com/KonstantinCodes/messenger-kafka/issues/67 @see https://github.com/edenhill/librdkafka/blob/master/STATISTICS.md#partitions @see https://github.com/edenhill/librdkafka/wiki/Consumer-lag-monitoring

As shown [here](https://arnaud.le-blanc.net/php-rdkafka-doc/phpdoc/rdkafka.examples-low-level-consumer-multi.html). It can be useful to have a low level consumer to handle mulltiple topics/partitions. Code extracted from example: ```php ```