npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ousiaresearch/kafkajs

v3.2.0-beta.0

Published

A modern Apache Kafka client for Node.js — maintained fork of KafkaJS by Ousia Research

Downloads

2,122

Readme

Charon — Kafka Client for Node.js

The maintained fork of KafkaJS. Drop-in replacement. No code changes.

CI npm License: MIT Sponsor

KafkaJS was the standard Kafka client for Node.js — 12 million monthly downloads, pure JavaScript, zero native dependencies. In August 2024, its maintainers stepped down. Two years later, no successor emerged.

Charon is that successor.


Why this fork exists

The original tulios/kafkajs hasn't seen a commit since August 2024. 400+ open issues. 10 open PRs, including bugfixes from weeks ago that no one reviewed. 12.2 million monthly npm downloads — all running unmaintained code.

Three takeover attempts failed. Confluent built an alternative — zero adoption. The community tried community forks — they died. Users stay because they need pure JavaScript: no native compilation, no platform-specific binaries, no Docker image bloat.

Charon picks up where KafkaJS left off. Same API, same protocol, now actively maintained by Ousia Research.


Migration — one line

- "kafkajs": "^2.2.4"
+ "@ousia/kafkajs": "^3.0.0"
- const { Kafka } = require('kafkajs')
+ const { Kafka } = require('@ousia/kafkajs')

That's it. No code changes. No API changes. Same protocol, same behavior. Now with a maintainer.


What's new in v3.0.0

  • Node >= 18 (was >= 14)
  • Actively maintained — PRs reviewed, issues triaged, bugs fixed
  • GitHub Actions CI — tested against Node 18, 20, 22 on Kafka 2.4 through latest
  • KRaft support — Kafka 3.3+ without ZooKeeper
  • Modern tooling — updated dependencies, security audits, dependabot
  • TypeScript types maintained — no more stale .d.ts files

Bugs fixed in this release

(To be populated as we merge fixes)


Sponsors

Charon is maintained by Ousia Research. If your company depends on this library, consider sponsoring to keep it maintained.

| Tier | Price | What you get | |------|-------|-------------| | Supporter | $5/mo | Name in README, warm feelings | | Professional | $25/mo | Priority issue triage, sponsor badge | | Enterprise | $100/mo | Email support, SLA on critical bugs | | Partner | $500/mo | Dedicated support channel, roadmap input |


Credits

Charon is a fork of KafkaJS, created by Túlio Ornelas and maintained by Tommy Brunn and the KafkaJS community. We're grateful for the foundation they built.

"Charon" — the ferryman. Carries your messages across the river.