python-grpc
python-grpc copied to clipboard
When I use the python-grpc module on a server, the only way I can access the active span in the code is using the RPC context (that includes the span)....
https://github.com/opentracing-contrib/python-grpc/issues/34 I'm using my fork with this fix for my needs and it works great, so I decided to suggest adding it to the main code base. never contributed to...
My builds halt at ```py [ 30s] + /usr/bin/python3 setup.py test [ 31s] running pytest [ 31s] running egg_info [ 31s] writing grpcio_opentracing.egg-info/PKG-INFO [ 31s] writing dependency_links to grpcio_opentracing.egg-info/dependency_links.txt [...
I have documented the code, error message in this post. https://stackoverflow.com/questions/64192211/how-to-convert-grpc-serverinterceptor-to-grcp-aio-serverinterceptor
gRPC python now support interceptors, [link](https://github.com/grpc/grpc/tree/master/examples/python/interceptors) , any plan to support it?
My organization has been using a forked version of `grpcio-opentracing` to add tracing to one of our projects and it has been great! Thanks for sharing the code, @rnburn. However,...
Can we please add support for `wait_for_ready` https://github.com/grpc/grpc/blob/75a3e1bb4581c36779600909e07557d96c59e911/examples/python/wait_for_ready/wait_for_ready_example.py#L61 error: `TypeError: __call__() got an unexpected keyword argument 'wait_for_ready';`