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
We recently introduced ConnectRPC as a replacement for gRPC in our codebase. However, remnants of the gRPC library still exist in our code. For example, we are currently utilizing the gRPC error detail library to verify error details.
To streamline our codebase and reduce unnecessary dependencies, we should consider removing all remnants of the gRPC library. This could involve creating our custom error detail type or referencing ConnectRPC error types to replace the gRPC error detail library.
Description:
We recently introduced ConnectRPC as a replacement for gRPC in our codebase. However, remnants of the gRPC library still exist in our code. For example, we are currently utilizing the gRPC error detail library to verify error details.
To streamline our codebase and reduce unnecessary dependencies, we should consider removing all remnants of the gRPC library. This could involve creating our custom error detail type or referencing ConnectRPC error types to replace the gRPC error detail library.
yorkie/cmd/yorkie/project/create.go
Lines 61 to 73 in b494fa2
Why:
Removing the gRPC dependency will not only simplify the codebase but also make the project lighter and more efficient.
The text was updated successfully, but these errors were encountered: