Skip to content
Migrating to open source Kafka.
Sep 9, 1pm SGT. Register

Kadeck vs Offset Explorer

Comparisons
Factor House·August 30, 2026·6 min read·Updated

Kadeck vs Offset Explorer, compared

F1 Kadeck and Offset Explorer, side by side
Kadeck Offset Explorer
Pricing unit Per user per month, a subscription, and the governed tier carries a ten-user minimum. Per named user, a purchase, plus an annual maintenance renewal.
One engineer Desktop Professional at 19 US dollars per user per month, 228 a year billed annually, with unlimited clusters. 139 US dollars once in the one-to-ten-user band, then 46 a year for maintenance.
Twenty engineers Governance means Enterprise at 32 US dollars per user per month, so 640 a month and 7,680 a year. 128 US dollars per user in the eleven-to-twenty band, 2,560 once, then 920 a year for maintenance.
Free tier Teams Free is five users on one cluster and Desktop Free is one user on one cluster connection, with no LDAP, no OpenID Connect, no masking and no audit logs. Personal use only, with no time limit. Commercial, educational and non-profit use need a purchased licence after a thirty-day evaluation.
Who the tool authenticates Enterprise carries role-based access control with LDAP and OpenID Connect, masking through data protection policies, and audit logs. Nothing. Authentication is client to broker only, so there is no identity for a role model or an audit trail to key on.
What it needs to run The web and Teams edition is a Docker image only, it validates its licence online on every start, and the documented Kubernetes path wants an external database. Nothing server-side. Windows and macOS builds bundle a JRE; the Linux build wants Java 21 or later.
Configuration Server-side on Teams, shared by everyone who signs in. Per workstation, exported and imported between engineers as files.
Automation No Kafka Streams or ksqlDB integration, and no streaming of derived data back into a topic. A command line tool that replays a saved project file, with real exit codes and text, JSON, XML or CSV output.
Both products as published in August 2026.

Key takeaway

Kadeck and Offset Explorer are both commercially licensed Kafka clients you install and point at a cluster somebody else runs. Offset Explorer, renamed from Kafka Tool, costs 139, 128 or 119 US dollars per named user by band, plus 46 a year for maintenance, and nothing logs in to it. Kadeck’s governed product is Enterprise at 32 US dollars per user per month with a ten-user minimum, so the floor is 3,840 a year below ten people, and a Desktop licence never upgrades into it. Kpow by Factor House is licensed per cluster at a published price.

What is Kadeck?

Kadeck is a commercially licensed Kafka management and data exploration tool from Xeotek, sold as two product lines rather than two rungs of one ladder. One is a native desktop application, with installers for Windows, macOS on both Intel and Apple Silicon, and Linux. The other is a web and Teams edition distributed as a Docker image. It reaches Apache Kafka, Redpanda and Amazon Kinesis.

  • Record view: Avro and Protocol Buffers decoded through Confluent Schema Registry and laid out in columns.
  • Quick Processor: a JavaScript expression derives calculated fields, with no streaming application to write.
  • Dead-letter recovery: isolate the failed records, transform inline, preview, re-ingest, then delete up to that point so the replay does not duplicate.
  • Metadata layer: schema fields documented without modifying the registry or bumping a version.

Role- and group-based access control, with LDAP and OpenID Connect behind it, belongs to the web and Teams edition. It is an Enterprise property rather than something the free tier carries.

What is Offset Explorer?

Offset Explorer is a GUI application for managing and using Kafka clusters, installed on an engineer’s own machine rather than deployed as a service. It runs on Windows, Linux and macOS, with a bundled JRE on Windows and macOS, and the Linux build wants Java 21 or later installed first. The vendor is DB Solo, LLC.

  • Search: string, binary, Avro, Protobuf, JSON Schema, regular expressions and JsonPath, with text pretty-printed as JSON or XML.
  • Integrations: Schema Registry, Kafka Connect and ksqlDB.
  • Command line tool: replays a saved JSON project file, with a zero exit code on success and output as text, JSON, XML or CSV, and carries listAcl, addAcl and deleteAcl.
  • Plugins: a custom Java plugin implementing a two-method interface renders a payload format the product does not natively understand.

What it does not do is monitor. Kafka publishes broker and client metrics over JMX rather than through the protocol itself, and Offset Explorer carries no metrics view.

What is the official 2026 pricing of Kadeck and Offset Explorer?

These are not the same kind of model. Offset Explorer is bought once per named user, with a year of support and maintenance included and a renewal available after that. Kadeck is a subscription, billed per user per month, and it stops when the payments stop.

Professional at 19 US dollars per user per month is the Desktop line, and it carries no governance. The governed web product is Enterprise, at 32 US dollars per user per month with a ten-user minimum, so the floor is 3,840 US dollars a year for a team of any size below ten, and a Desktop licence does not upgrade into it. Offset Explorer’s published ladder is 139 US dollars per user at one to ten users, 128 at eleven to twenty, and 119 at twenty-one to fifty, with no published price above that. After the first 365 days, maintenance is 46 US dollars per licence a year, and that is what buys upgrades and support. A shared machine needs a licence for every person who uses it. The free tiers answer different questions: Offset Explorer’s is personal use only, and Kadeck’s is a genuine team tier until the sixth person or the second cluster arrives, at which point the governance the Enterprise argument turns on is what a team on it has traded away.

Where does each one run out?

Kadeck’s shared deployment is a runtime dependency on the vendor, and that is the part nobody plans for. The web and Teams edition ships exclusively as a Docker image: no RPM packages, no native binaries and no Helm chart, and the production path on Kubernetes wants a persistent external database.

  • Licence checks: every container start performs an online validation, and a lapsed licence removes the tool whether or not anybody chose to move.
  • Offline: air-gapped sites need offline activation through the admin panel, and CI pipelines need challenge-response activation through the vendor’s API.
  • Write path: read-oriented, with no streaming of derived data back into a topic and no Kafka Streams or ksqlDB integration.
  • Export: CSV respects the column filters applied in the record table and JSON does not.

Nothing authenticates a person to Offset Explorer. Authentication is client to broker only: SASL over plaintext or SSL, SSL with a truststore and optional client certificates, and OAUTHBEARER. There is no login, no SSO and no OIDC against the application itself, so there is no user identity for a role model or an audit trail to key on.

  • ACLs: the command line tool adds and removes them on the broker, and still knows nobody’s name.
  • Shared record: no shared deployment to operate, and no server-side record of what an engineer did.
  • Configuration: per workstation, exported and imported as files, so nothing keeps two people in step.
  • Plugins: a jar copied into the installation directory, effective after a restart, so a decoder lands one workstation at a time.

Which should you pick?

Pick Offset Explorer if:

  • the tool is for engineers who already hold cluster credentials
  • the value is ad-hoc inspection and repeatable shell operations
  • nobody is going to ask who looked at what
  • a purchase with an optional renewal suits better than a subscription

Pick Kadeck if:

  • the payloads are the problem: nested Avro, Protocol Buffers, headers
  • a dead letter queue has to be drained regularly
  • a shared, governed install is the actual project and the ten-seat floor is affordable

The question underneath both is who the tool is for. Five people who all hold cluster credentials anyway make both of these cheap, and the choice is about payload handling. Fifty people, most of whom should never touch a broker, make governance the thing being bought, and these two price it in different currencies: Kadeck puts a shared, authenticated deployment behind a ten-seat floor, and Offset Explorer has no shared deployment to authenticate anybody against.

Kpow: the licence counts clusters, not names

Kadeck bills per user per month and Offset Explorer bills per named user as a one-time purchase, but both count people rather than clusters: a shared machine running Offset Explorer needs a licence for everyone who touches it, and a shared Kadeck deployment needs a seat for everyone past the ten-user Enterprise floor before governance even switches on. Kpow by Factor House prices the cluster instead of the person: licensed per cluster at a published price, a new engineer changes nothing about the bill, and it runs as one stateless container set up through environment variables, with no external database and no sidecar to license per seat.

One licence per cluster instead of one licence per named person is the entire trade. That published per-cluster price is worth reading in full on Kpow’s product page before you choose between the two people-priced options above.

Sources

Related reading