Python exposes queue.topic_stats() over the core topic_backlog_stats() storage method (per-subscription backlog/lag from the indexed columns). Neither shell binds it.
- Node: no hit in
sdks/node or crates/taskito-node
- Java: no hit in
sdks/java or crates/taskito-java
Bind the existing core method in both shells and mirror the Python return shape. Known gap since the pub/sub observability work.
Python exposes
queue.topic_stats()over the coretopic_backlog_stats()storage method (per-subscription backlog/lag from the indexed columns). Neither shell binds it.sdks/nodeorcrates/taskito-nodesdks/javaorcrates/taskito-javaBind the existing core method in both shells and mirror the Python return shape. Known gap since the pub/sub observability work.