kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Apache Kafka 0.9 client for Node

Results 70 kafka issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Lodash has to updated to higher version to resolve security vulnerabilities [npm advisories](https://www.npmjs.com/advisories/1065) and [CVE Details](https://nvd.nist.gov/vuln/detail/CVE-2019-10744)

Hi, not sure if this library support Kafka SASL credentails based authentication. So just thought to reach out and check if it is supported already if not are there any...

Need to update lodash, because of security vulnerabilities: https://www.npmjs.com/advisories/1065

We are using no-kafka library, our scenario is we are trying to use groupConsumer in our code, and consuming messages. We have a scenario to retrieve the messages in bulk...