Kafka Topic Management

Create, delete, inspect topics and send messages into them.
Showing up to 100 messages from topic 'test-topic'.

Topics

Topic Name Actions
None View messages
audit.events View messages
decisions.email View messages
decisions.ok View messages
decisions.stop_server View messages
logs.raw View messages
reports.status View messages
test-topic View messages

Create New Topic

Replication factor is fixed at 1 in this demo (single-broker cluster).

Messages in Topic: "test-topic"

Partition Offset Timestamp (UTC) Key Value
0 0 2026-05-23T07:19:41.319000+00:00 Hello
0 1 2026-05-23T07:19:57.019000+00:00 myKey Hola
0 2 2026-05-23T07:20:13.685000+00:00 myKey This is a test message

Send Message