Skip to content

feature: add temporal control-plane connect service#75

Open
rustatian wants to merge 2 commits into
masterfrom
feature/temporal-service
Open

feature: add temporal control-plane connect service#75
rustatian wants to merge 2 commits into
masterfrom
feature/temporal-service

Conversation

@rustatian

Copy link
Copy Markdown
Member
  • add temporal.v1.TemporalService mirroring the temporal plugin's control RPC surface for the v6 Connect-RPC layer: RecordActivityHeartbeat, GetActivityNames/GetWorkflowNames, the four workflow replay methods (reusing the existing ReplayRequest/ReplayResponse/History messages), and UpdateAPIKey
  • additive only — no existing messages changed

Copilot AI review requested due to automatic review settings June 10, 2026 20:34
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@rustatian, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 42 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1f20d7fa-e864-4f7b-83f8-a77e906cef84

📥 Commits

Reviewing files that changed from the base of the PR and between 826600e and cb450a3.

📒 Files selected for processing (3)
  • roadrunner/api/centrifugo/api/v1/api.proto
  • roadrunner/api/centrifugo/proxy/v1/proxy.proto
  • roadrunner/api/temporal/v1/service.proto
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/temporal-service

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new temporal.v1.TemporalService protobuf service definition to expose the Temporal plugin’s control-plane RPC surface in the v6 Connect-RPC API layer, reusing existing replay-related message types already defined in temporal/v1/temporal.proto.

Changes:

  • Introduces TemporalService with RPCs for activity heartbeats, workflow/activity name introspection, workflow replay/history tooling, and API key rotation.
  • Adds new request/response messages for heartbeats, name listing, and API key updates, while reusing ReplayRequest, ReplayResponse, and History.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants