Results 211 comments of Milind L

Also, both `socket.timeout.ms`, and the `delivery.timeout.ms` are configurable outside the `kafkaJS` block of the config. More details on [this page ](https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md)about what they do.

Oh, that should definitely not happen. Please do share the logs. Is it something you can reproduce on occasion, too? If so then it would be very good if you...

Thanks for the logs, I took a look. Where is this particular log line being logged from - is it somewhere within your code? This is the error that should...

Okay. Could you attach the relevant bits of code, too? I can reproduce the logging, but it's resulting in an exception thrown for me (or the other case I talked...

Thanks @Dhruv-Garg79. Are you getting the same logging as above about the timeout?

Hi @apeloquin-agilysys , thanks for the detailed steps as always. I could reproduce this with Confluent Cloud and the given test, using node's built-in test-runner. I dug in and investigated...

I'm closing this issue - given that we believe it's a KafkaJS issue we have seen a few times before with Confluent Cloud's throttling and a large number of connections,...

If you're using `'enable.auto.commit': true` (the default) then you can just call disconnect right away and that'll take care of committing too. However, in the consumer-flow.md example, it's set to...

There is a reason why 3.0.12 is not present in vcpkg, see the upstream issue in vcpkg here: https://github.com/microsoft/vcpkg/issues/39417 . I don't think there's a plan by the maintainers to...

At a glance, it seems like you're using a non-M1 mac, is that correct? If so, we don't provide pre-built packages for that (for macOS, we only provide it for...