Results 211 comments of Milind L

We'll be uploading them along with the next release we do. Thank you for the PR, I'll take a look at it!

Closed as the next release is available now

The rebalanceTimeout is client-sided, while the sessionTimeout is broker-sided. If you set the rebalanceTimeout to something like 10s, it will timeout rebalances in 10s, and it also expects you to...

Yes, this is a bug. Internally, we can now look at topic ids rather than topic names, and react to topic id changes. We're working to fix this in librdkafka.

Hey @cowboyd, thanks for the PR! I've not tested it yet, but eventually replacing NAN with N-API makes sense. We'll probably do this with a major version release though, not...

Hey @omer-riv , thanks for filing this. `partitionsConsumedConcurrently` is only an _upper limit_ on the number of partitions that can be consumed at the same time. It's possible for the...

Thanks for filing the issue. Regarding your logger implementation, in case you're providing a custom logger implementation, there needs to be a way that you deal with the calls to...

@weyert , yep, do you mind if I take your commit into an internal branch and merge it that way? I can't tag a commit on an external branch (to...

Closing with merge into master and now that 1.4.0 is released, thanks @weyert