-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-db-server
Description
Tracking this #152016 (comment) as an issue.
The original plan (#151396 (comment)) was to manually register endpoints and handlers for our API. This involved adding infra code to execute RPCs, write responses in JSON, and handle errors. The new approach is to use existing API infrastructure and automates the creation of routes, which was previously a manual step.
Jira issue: CRDB-54172
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-db-server