Results 211 comments of Milind L

Thanks for filing this. We'll have to change the types and add a notice to the migration guide.

I've not reviewed the PR completely yet, but this bug has been there long enough that I assume someone might have started accidentally relying on this behaviour. Could you make...

Thanks for filing this. There's a bug. We create an JS object for opaque from C++, which is deleted after the delivery report cb is called. If there is no...

> Once if the auth is successful and works, it wont switch again even if you call "producer.SetSaslCredentials" Currently auth is only required when connecting to a broker. Once a...

Hello, what's the command used to build your application?

Hey @ucanme , I didn't quite understand the question. The produce channel is deprecated, (sending messages to producer through a channel), but there is still a channel to receive clients...

To get bun support, either they'll have to support all the nan functions we use (What @patrykwegrzyn has linked above), or else, we will need to transition to N-API which...

Regarding usage 1: I understand that `uncommittedOffsets` will return all the offsets across topic partitions that have been processed/manually marked as resolved if not using auto resolve, so you're committing...

Yes, we prefetch messages on background threads while the consumer is active and topics have messages and queue them internally. You can reduce the fetching frequency using the config property...

No, it cannot be lower than 1KB (it accepts integer values). If you are setting it to such a low value, you can also read the documentation around "fetch.message.max.bytes" as...