Arnaud Le Blanc

Results 73 comments of Arnaud Le Blanc

@awons: I'll take a look this week!

Awesome! I like the general idea. About callbacks: You are right, we could do it that way. Maybe we could use the _opaque_ setting to store this data (see rd_kafka_conf_set_opaque()...

> Hence one event can, in theory, be propagated to n different requests simultaneously Are you sharing the rdkafka instance between multiple threads ? I believe that it could become...

> We could simply throw a RutimeException if someone tries to use this method in ZTS mode, or not even compile it there; not sure which one would be better....

These functions are defined in php_rdkafka_priv.h if the version of PHP doesn't have then already: https://github.com/arnaud-lb/php-rdkafka/blob/6f6f4b046b5bd0bdd8e2ed1aab82b37566ac57d7/php_rdkafka_priv.h#L129-L134

Hi @canique I'm not sure that Kafka can store different key types: I believe that keys are just byte arrays. If you pass an int to `->produce()`, it will be...

Hello From the error messages, it looks like that you are missing openssl headers. If you are running Debian or Ubuntu, you need to install the `libssl-dev` package.

Hi, I can think of two scenarios where this can happen: - The functions are disabled with the `disable_functions` ini setting - The `phpinfo()` and the `function_exists()` functions were not...

Hi! Since https://github.com/arnaud-lb/php-memory-profiler/pull/97, this can be customized with the `memprof.output_format` setting. There were no pecl release since then, however, so this will only work in manual installs.

I confirm that the generated profiles do not work with the standalone version of pprof installable from https://github.com/google/pprof. It does work with the gperftools version of pprof (at least with...