Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no Service Descriptors in the generated ServerSideExtension_pb2.py #53

Open
sergioloza opened this issue May 26, 2020 · 0 comments

Comments

@sergioloza
Copy link

sergioloza commented May 26, 2020

Description

[Description of the issue]
Not able to correctly use reflection for the server.

Steps to Reproduce

  1. [Step one]
  2. [Step two]
  3. ...
Expected behavior

[What you expected to happen]
Trying to use reflection to gather information about the SSE server. The goal is to be able to use the health check service so we can monitor the server from afar.

Actual behavior

[What actually happened]
The generated ServerSideExtension_pb2.py does not have a service descriptors
Compare the generated ServerSideExtension_pb2.py with the helloworld_pb2.py from the grpc githubs' repo.
https://github.com/grpc/grpc/tree/v1.18.x/examples/python/helloworld

This brings up another question. If we add a service to the proto file which Qlik as a client does not need to know (say a check service), and generate a new ServerSideExtension_pb2.py, would that break the communication between Qlik and our server?

Environment

Operating system
[x ] Windows
[ ] Linux
Qlik Sense
[ ] Desktop
[ x] Server

Versions

  • server-side-extension:
  • Qlik Sense:
  • Operating system:
  • [Other relevant versions]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant