KalamDB Admin UI Live Queries
The Live Queries page shows active realtime subscriptions and WebSocket query activity that affect server load and user-facing updates.
What Live Queries Shows
The page includes:
- active query count and total query count
- auto-refresh state
- filters for user ID, namespace, table, and status
- table columns for subscription ID, user, namespace, table, status, duration, change count, SQL query, serving node, and actions
Killaction for terminating a problematic subscription
When To Use It
Use this page to identify unexpectedly broad realtime queries, confirm client cleanup during disconnects, compare live query behavior with stream activity and logs, or stop a runaway subscription.
For the architecture model, see Live Query Architecture.
Last updated on