Live Kafka cluster

Send a message through a
3-broker Kafka cluster.

This page talks to a real Apache Kafka 4.1.2 cluster running in KRaft mode on a Linux VPS, deployed entirely with Ansible. Your message is produced over a TLS + SASL/SCRAM listener, replicated across three brokers, then read back by a consumer.

Kafka 4.1.2 · KRaft 3 brokers TLS + SASL/SCRAM-SHA-512 ACL-restricted user RF=3 · min.insync.replicas=2

Produce

POST /orders producer (acks=all, idempotent) topic orders

Payloads are capped at 1 KB. Messages are public — please don't send anything sensitive.

Consume

topic orders consumer group demo-consumer-group manual ack
Value Partition Offset Consumed
Nothing consumed yet — send a message above.