lukecwik commented on a change in pull request #11235: [BEAM-9618] Pull bundle 
descriptors.
URL: https://github.com/apache/beam/pull/11235#discussion_r401952191
 
 

 ##########
 File path: sdks/python/apache_beam/runners/worker/worker_id_interceptor.py
 ##########
 @@ -48,17 +49,23 @@ def __init__(self, worker_id=None):
     if worker_id:
       self._worker_id = worker_id
 
+  def intercept_unary_unary(self, continuation, client_call_details, request):
+    return self._intercept(continuation, client_call_details, request)
 
 Review comment:
   Hmm, each RPC will need to pass the worker_id which is a minor argument for 
bidi stream but not worth the complexity of it compared to the unary RPC. We 
also don't expect this to happen a lot.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to