Analytics consent

We use Google Analytics for basic traffic stats. kafkahelper stores no cluster data, config input, or personal data in the app.

Kafka help for admins

Kafka help for admins, without the noise.

Kafkahelper is built for the moment when you have a suspicious config in front of you and want a fast, opinionated answer, searchable Kafka docs, and no need to give a third party cluster access.

local session

$ kafkahelper analyze producer.properties

critical: acks=1 reduces durability

warning: linger.ms=0 limits batching efficiency

recommendation: set acks=all, enable idempotence, and allow modest batching

Workflow

Split the thinking surfaces so you can stay in the right mode.

Step 01

Paste raw properties, JSON, or simple key-value pairs.

Step 02

Review critical and warning findings first, with recommended changes.

Step 03

Jump into the explorer when you need config context instead of trial and error.