cockroachdb / cockroachdb/cockroach
drpc: separate out the Manager for server and client
Open
C-enhancement
T-db-server
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
There are few places where a Manager for a server and client deviates in terms of constraints. E.g. manageReader. We have to measure the cost of doing such separation (may introduce duplication) vs shared structure.
Jira issue: CRDB-62894
Contributor guide
Assessment
This issue has not been assessed yet.