Expand description
Capability feature bits advertised in OpVersions::features. Each constant
names one managed sub-feature a server serves beyond the base surface, so a
binary client feature-detects it (before attempting the op) the way the HTTP
surface reads the boolean flags on Capabilities. Additive and pinned
cross-repo: a new bit is set by a newer server and ignored by an older
client (which simply does not light up that capability).
Constantsยง
- AGENT_
WORKFLOW - The plane serves the agent and workflow control band (
AGDX_AGENT_*). - AUTHZ
- The streaming server serves the authorization control band (
AGDX_AUTHZ_*). - KEYWORD_
SEARCH - The query surface serves lexical relevance search (
Query.text). - KV_CAS
- The key-value store serves compare-and-swap (
AGDX_KV_CAS). - KV_
CAS_ FENCED - The key-value store serves fenced compare-and-swap (
AGDX_KV_CAS_FENCED). - READ_
YOUR_ WRITES - The query surface honors
Consistency::ReadYourWrites. - STRONG_
CONSISTENCY - The query surface honors
Consistency::Strong. - WATCH
- The deployment publishes the change feed (
ChangeRecords on the changes topic) for bindings that opt intonotify.