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
For the worker indexing code path, GrpcWorkerChannel needs to be able to send a metadata request message to the worker after subscribing to the metadata response message from the worker.
Upon receiving metadata from the worker, GrpcWorkerChannel needs to parse the response into FunctionMetadata objects and send these objects to the next step in the pipeline for further validation.