-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2023-09-04, Service Arch 2023-09-18
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In order to support a new DBClientConnection-like type that operates over gRPC, we need to first refactor out the logic from DBClientConnection that can be shared into a new type. Then the new gRPC type and the existing DBClientConnection can inherit from this new type.