-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
grpc.load is deprecated so we need to switch to proto-loader. This refactor was started in googleapis/gax-nodejs#229 but some more work needs to be done.
Also, I'm planning to rethink the idea of COMMON_PROTOS: since proto-loader supports searching in several directories (includeDirs option), this logic can be offloaded to it.
TODO:
- Do not use
grpc.load. - Simplify
COMMON_PROTOSlogic. - Make tests pass.
- ???
- PROFIT!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.