Results 211 comments of Milind L

At a very basic glance it seems like it can't find the header files for librdkafka. Could you try doing the following steps to verify this? Make a program in...

Thanks for documenting your process @wspurgin , that's very informative for other users. What node version and library version are you using? With the latest one, we've added pre-built binaries...

Hey @dqiubread , thanks for documenting your steps too. Did you not need to set CKJS_LINKING=dynamic as well?

closing this as the questions seem to be resolved, another ticket can be opened for future questions

Yep, agreed, I'll change the error message to reflect the internal doubling, the current error message is not helpful at all.

Thank you for the report. I can't reproduce it, but looking at valgrind and the stacktrace, I think it's the same one as #34 . As far as I understand,...

Thanks for filing this! I'll probably make `CommonConstructorConfig` optional as we are okay with someone providing the entire config in the producer({...}) call. Regarding the other question, we have migrated...

> Could you share the reasoning behind excluding this feature from the migration plan? Since we have different internals to KafkaJS, some of the raised events don't map onto our...

Regarding correlation between the consumer and the logs, the `name` within the consumer is a concatenation of the config's `clientId` and `consumer-$N` or `producer-N`. By setting the clientId, it's possible...

Thanks for filing this. It is an issue with the type definitions we've created. I'll look into fixing it.