8000 drpc: add DRPC dial methods · Issue #148383 · cockroachdb/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
drpc: add DRPC dial methods #148383
Closed
@cthumuluru-crdb

Description

@cthumuluru-crdb

Most RPC connections are currently established inline at each call site using either nodedialer or rpc.Context, followed by the creation of the RPC client. However, these only support dialing gRPC connections. To support DRPC as well, introduce equivalent DRPC dial methods so that helper functions for creating RPC clients can choose between gRPC and DRPC based on the rpc.experimental_drpc.enabled setting.

Jira issue: CRDB-51587

Epic CRDB-48923

Metadata

Metadata

Labels

A-server-networkingPertains to network addressing,routing,initializationC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-db-servertarget-release-25.3.0

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0