Kafka Topic Management

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

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: "decisions.stop_server"

Partition Offset Timestamp (UTC) Key Value
0 0 2026-05-23T08:25:49.956000+00:00 {"correlation_id": "71a562f6-db3d-4a0e-b9ef-ce9fc648bcdf", "event_time_utc": "2026-05-23T08:25:49.956121+00:00", "source": "classifier-ai", "payload": {"decision": "STOP_SERVER", "confidence": 0.95, "reason": "The log indicates a fatal error leading to an unexpected system state, which requires immediate action to prevent further issues.", "requires_human_approval": true, "action": {"email_to": null, "server": "shutdown"}, "log_line": "03/22 08:51:20 FATAL :.main: Unexpected system state detected, initiating shutdown sequence"}}
0 1 2026-05-23T08:25:52.068000+00:00 {"correlation_id": "bc2e51a8-e080-4840-866d-546863476ea0", "event_time_utc": "2026-05-23T08:25:52.067815+00:00", "source": "classifier-ai", "payload": {"decision": "STOP_SERVER", "confidence": 0.95, "reason": "Process terminated abnormally with abend code indicating a fatal error.", "requires_human_approval": true, "action": {"email_to": null, "server": "STOP"}, "log_line": "03/22 08:51:21 ABEND :..reg_process: Process terminated abnormally, abend code=0C4"}}
0 2 2026-05-23T08:25:54.292000+00:00 {"correlation_id": "68513689-2297-4c30-b328-aac9d915c31e", "event_time_utc": "2026-05-23T08:25:54.292441+00:00", "source": "classifier-ai", "payload": {"decision": "STOP_SERVER", "confidence": 0.95, "reason": "Kernel panic indicates a severe issue that requires immediate action.", "requires_human_approval": true, "action": {"email_to": null, "server": "stop"}, "log_line": "03/22 08:51:22 PANIC :...read_physical_netif: Kernel panic detected in network stack"}}
0 3 2026-05-23T08:26:01.748000+00:00 {"correlation_id": "ac5bcb6f-f007-4b74-b48f-941b59c1bb01", "event_time_utc": "2026-05-23T08:26:01.748602+00:00", "source": "classifier-ai", "payload": {"decision": "STOP_SERVER", "confidence": 0.95, "reason": "System is entering an unsafe state due to recovery failure, requiring immediate action.", "requires_human_approval": true, "action": {"email_to": null, "server": "shutdown"}, "log_line": "03/22 08:51:33 FATAL :.main: Recovery failed, system entering unsafe state"}}

Send Message