Pranav Rathi

Results 150 comments of Pranav Rathi

I was able to make this work through Thread. Any specific reason to use multiprocessing instead of multithreading? I think the issue is related to the fact the 2 different...

Merged the changes in another PR - https://github.com/confluentinc/confluent-kafka-python/pull/1447. Closing this one.

The links are broken in this doc - https://docs.confluent.io/platform/current/clients/librdkafka/html/md_INTRODUCTION.html Please verify here. In github, all the links except statistics_schema.json works fine.

If we see Doxyfile, we can see that we are not generating examples or src file documentations except for rdkafka.h . Hence, I kept absolute links. https://github.com/edenhill/librdkafka/blob/master/Doxyfile#L767

> Ah, thanks for clarifying -- so it seems like in the example for `rdkafka.h`, it should point to https://docs.confluent.io/platform/current/clients/librdkafka/html/rdkafka_8h.html. I am not sure how we fix this for doxygen...

I have verified that the correct parameter to use is `logger`. @mhowlett - I have seen one more issue where log_cb is used instead of logger. I feel the confusion...

I tried to reproduce the issue and didn't succeed. I have similar understanding as you that this might be because of the latest version of `protoc` that I used to...

Thanks for updating the PR and debugging the issue more. I have given PR comments. Can you give some sample of the protobuf python source file which is not working...