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
[Description of the issue]
Not able to correctly use reflection for the server.
Steps to Reproduce
[Step one]
[Step two]
...
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.
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]
The text was updated successfully, but these errors were encountered:
Description
[Description of the issue]
Not able to correctly use reflection for the server.
Steps to Reproduce
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
Qlik Sense
Versions
The text was updated successfully, but these errors were encountered: