trustgraph/trustgraph-base
cybermaggedon eb059707f0
feat: add getkeys-all-ws config operation to avoid oversized responses (#1058)
With many workspaces, the getvalues-all-ws response for types with
large values (e.g. prompt templates) exceeds Pulsar's max message size.

Add a getkeys-all-ws operation that returns workspace/key pairs without
values. Processors now use this to discover which workspaces have config
of a given type, then fetch values per-workspace. Each individual
response stays within message size limits.
2026-07-23 12:13:54 +01:00
..
trustgraph feat: add getkeys-all-ws config operation to avoid oversized responses (#1058) 2026-07-23 12:13:54 +01:00
pyproject.toml Add missing websockets dep (#859) 2026-04-30 09:53:32 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00