You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148450: kv,server: extract TenantUsage and TenantSpanConfig and register with DRPC server r=cthumuluru-crdb a=shubhamdhama
This is a follow-up to #145195, where we extracted `KVBatch` from the
`Internal` service. Here, we do the same with `TenantUsage` and `TenantSpanConfig`. The TL;DR is
that smaller services are easier to maintain and can be more smoothly
migrated to DRPC.
We also enable this service on the DRPC server. This is controlled by
`rpc.experimental_drpc.enabled` (off by default).
This change is part of a series and is similar to: #146926
Note: This only registers the service; the client is not updated to use the
DRPC client, so this service will not have any functional effect.
Epic: CRDB-48925
Release note: None
Co-authored-by: Shubham Dhama <[email protected]>
0 commit comments