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
Can custom resolvers be used with the node client? I didn’t see an API for this in the JavaScript. Would I need to fork, add it to the C library, and build from source?
The text was updated successfully, but these errors were encountered:
The grpc package has been deprecated, so even if the C library does get an API for custom resolvers, it will not be picked up by that library. However, the @grpc/grpc-js library, which we recommend using, now has an experimental API for defining and registering custom resolvers. We do not guarantee that that API will be stable across different minor versions of that library, so use it at your own risk.
Can custom resolvers be used with the node client? I didn’t see an API for this in the JavaScript. Would I need to fork, add it to the C library, and build from source?
The text was updated successfully, but these errors were encountered: