Aleksander Wons

Results 7 comments of Aleksander Wons

Hi @arnaud-lb! Since we need the persistent producer we decided to implement something ourselves. I already have something started (still WIP, only tested on PHP 7.1) here: https://github.com/awons/php-rdkafka/tree/issue-42/persistent-producer I am...

Totally agree with the approach to callbacks. There is just one more thing I cannot grasp. We need a way to figure out which callback needs to be called exactly....

Sorry for late response. Was too busy with another project. > Are you sharing the rdkafka instance between multiple threads ?. That was my initial idea - to have this...

I was just thinking about another thing. You mentioned module globals. Correct me if I am wrong, but if we are not going to implement this feature for ZTS then...

> Actually there is no problem with using this feature in ZTS mode, as long as we use module globals. Module globals are the way to go when we need...

@arnaud-lb I think I am missing something again. You mentioned the `add_consuming_toppar()` method as an example of how to use raw pointers with hash tables in PHP 5. The problem...

Another country, another job, and too little time for after hour projects. And I don't use Kafka in my current job anymore. But the problem here is that the kafka...