Skip to content

keyspacepb: split namespace service - #1505

Merged
ti-chi-bot[bot] merged 1 commit into
masterfrom
split-namespace-service
Jul 24, 2026
Merged

keyspacepb: split namespace service#1505
ti-chi-bot[bot] merged 1 commit into
masterfrom
split-namespace-service

Conversation

@disksing

@disksing disksing commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: ref #1506

Follow-up to #1458 and the review discussion. Namespace RPCs are currently exposed by the Keyspace service even though namespace is a separate parent resource.

What is changed and how it works?

  • Add a dedicated Namespace service for namespace lifecycle RPCs.
  • Keep keyspace lifecycle RPCs in the existing Keyspace service.
  • Regenerate the Go bindings and proto.lock.

This changes the namespace RPC method names from keyspacepb.Keyspace/*Namespace* to keyspacepb.Namespace/*Namespace*.

Tests

  • make check
  • go build ./pkg/...
  • go test ./...
  • git diff --check

Signed-off-by: disksing <i@disksing.com>
@ti-chi-bot ti-chi-bot Bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jul 24, 2026
@disksing
disksing requested review from niubell and rleungx July 24, 2026 03:24
@ti-chi-bot ti-chi-bot Bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jul 24, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: niubell, rleungx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Jul 24, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-07-24 05:33:33.947857047 +0000 UTC m=+1555799.983952103: ☑️ agreed by rleungx.
  • 2026-07-24 05:45:30.600172185 +0000 UTC m=+1556516.636267241: ☑️ agreed by niubell.

@ti-chi-bot
ti-chi-bot Bot merged commit 059694a into master Jul 24, 2026
5 checks passed
@ti-chi-bot
ti-chi-bot Bot deleted the split-namespace-service branch July 24, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants