node-rdkafka
node-rdkafka copied to clipboard
Node.js bindings for librdkafka
In KafkaConsumerConsumeNum, we forget errors when we've already seen some messages, because we can only return an error or messages, and the messages are more important. Additionally, the error could...
Fixes the Alpine example, which [removed](https://git.alpinelinux.org/aports/commit/?h=3.12-stable&id=5ad0ec7da1064361cc74d56edf7524960f49ef9b) the generic `python` package in v3.12. node-gyp supports python3 since v5.x: https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md
Changes: - librdkafka 1.9.2 - https://github.com/edenhill/librdkafka/releases/tag/v1.9.0 - https://github.com/edenhill/librdkafka/releases/tag/v1.9.1 - https://github.com/edenhill/librdkafka/releases/tag/v1.9.2 - Update windows-install.py script due to path change related to MSVS v142 build tools - Minor update to librdkafka-defs-generator.js script...
The node-rdkafka API accepts Buffers or strings in KafkaHeaders (in line with the librdkafka API), but was converting all Header Values to strings. You can test this by attempting to...
In the latest node-rdkafka, I see that the C++ implementation of the producer does not implement or call transaction-related methods, and therefore the JavaScript side of things doesn't have any...
**Environment Information** - OS [e.g. Mac, Arch, Windows 10]: linux 4.4.14 - Node Version [e.g. 8.2.1]: v16.16.0 - NPM Version [e.g. 5.4.2]: 8.11.0 - C++ Toolchain [e.g. Visual Studio, llvm,...
@iradul would you be the one to review this? who else is currently helping on the maintenance end?
We are using rdkafka in Mac OS, and it does work fine , when we installed same node version and npm version in windows , app is getting crash after...
I am getting the following errors when I run `npm install node-rdkafka` rohansai@Rohans-MacBook-Pro scc-notifications-filter % npm install node-rdkafka > [email protected] install /Users/rohansai/Desktop/Security Insights/PSIRTS/scc-notifications-filter/node_modules/@security-services/kafka-consumer/node_modules/node-rdkafka > node-gyp rebuild ACTION deps_librdkafka_gyp_librdkafka_target_configure deps/librdkafka/config.h /bin/sh:...
Since the trvais ci is not free now, and the test on travis is all been skiped. I rewrite the CI use github action. It 's import to merge this...