Results 126 comments of Milind L

Thanks a lot for this PR @vsantwana! Looks good to me, I pulled and tested this locally. We are already in the process of working on several admin api operations...

@krishna-kariya: I wanted to know where exactly are the two points you're measuring the time between. You've specified one of the points, which I believe is the end point of...

To add to Matt's last question - I timed some things locally, to see if I could find the points where there was a latency increase. The time between -...

@krishna-kariya , I did try the case with the setup you have mentioned (one long running consumer, and one consumer which is being created and deleted, the times being measured...

I was away for most of last week, and wasn't able to get to it much. In the preliminary attempt to run the code in the given repo with my...

I was able to reproduce this (thanks for the example code). I was able to find the cause for this as well, it starts with librdkafka v1.7.0. It is not...

Great! I'm closing the issue with this solution, please reopen it if this persists.

Updated PR to use strings as the metadata type. Reading with "s" ensures that we get a utf-8 encoded version of the unicode object or string, as well as an...

Hi @edenhill : I'm stuck as to what's the best solution to the problem described above. I discussed a few different approaches with @emasab / @mhowlett and we thought this...

Thanks, it sounds good and that's what I already have done in this PR (removed _RK_CONSUMER, and added doc for the different behaviors of this for producer and consumer)