nameko-grpc icon indicating copy to clipboard operation
nameko-grpc copied to clipboard

GRPC Extensions for Nameko

Results 11 nameko-grpc issues
Sort by recently updated
recently updated
newest added

Im reading your code and your examples but in none place you run the command to generate python code from proto. It's needed and it's just implicit to do it...

`nameko-grpc 1.1.0`, published to PyPI yesterday, requires `nameko>=3.0.0-rc9` -- but a final version of Nameko 3 is not yet out. Users that do not allow prereleases in their dependency resolution...

If client does not send header "grpc-accept-encoding" then the server crash. Bellow is stacktrace: ``` mailing_1 | File "/usr/local/lib/python3.7/site-packages/eventlet/greenthread.py", line 181, in wait mailing_1 | return self._exit_event.wait() mailing_1 | File...

Hi, I got several issues in nameko_grpc context/metadata processing. 1) I don't see any reason why there is METADATA_PREFIX hardcoded? It causing problem, that all our custom headers have this...

Hello there, thanks for your work on Nameko :) We want to use nameko + grpc in our company and we're wondering about the state of this project. We are...

Hello, I'm a PhD student working on metrics to assist developers in discovering security vulnerabilities in software. I am using Nameko to develop a number of microservices to collect these...

Adds support for https://github.com/Overseas-Student-Living/nameko-tracer, including streaming requests and responses.

The test `test_timeout_while_streaming_result` fails intermittently against versions of grpcio >= 1.50.0 and I would expect others to as well. From debugging, we appear to receive multiple frames from the server...