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

Project: Replace WebSockets and TCP with gRPC #8594

Open
3 tasks
emilk opened this issue Jan 6, 2025 · 0 comments
Open
3 tasks

Project: Replace WebSockets and TCP with gRPC #8594

emilk opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
dataplatform Rerun Data Platform integration project Tracking issues for so-called "Projects"

Comments

@emilk
Copy link
Member

emilk commented Jan 6, 2025

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

Non-goals and won't do

Things we're doing later:

  • Two-way communication over gRPC (e.g. catalogue listing)
  • Replace enum LogMsg
@emilk emilk added dataplatform Rerun Data Platform integration project Tracking issues for so-called "Projects" labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataplatform Rerun Data Platform integration project Tracking issues for so-called "Projects"
Projects
None yet
Development

No branches or pull requests

2 participants