We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace our current use of TCP and WebSocket communications with gRPC.
We want to unify all communication to a single protocol.
🤷
A demo would be to spin up a gRPC server in one terminal, connect to it with a web-viewer, and then to log to the server from the logging SDK.
It should run as well as the current solution.
re_grpc_server
Things we're doing later:
enum LogMsg
The text was updated successfully, but these errors were encountered:
jprochazk
No branches or pull requests
Summary description
Replace our current use of TCP and WebSocket communications with gRPC.
Background and problem
We want to unify all communication to a single protocol.
Grounding use-cases
🤷
How to describe, demo and evaluate
A demo would be to spin up a gRPC server in one terminal, connect to it with a web-viewer, and then to log to the server from the logging SDK.
It should run as well as the current solution.
Designs and plans
Tasks
re_grpc_server
#8451Non-goals and won't do
Things we're doing later:
enum LogMsg
The text was updated successfully, but these errors were encountered: