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

[proxy] remove libpq based mgmt api in console-redirect #1094

Open
bojanserafimov opened this issue Jan 10, 2022 · 3 comments
Open

[proxy] remove libpq based mgmt api in console-redirect #1094

bojanserafimov opened this issue Jan 10, 2022 · 3 comments
Labels
a/tech_debt Area: related to tech debt c/proxy Component: proxy

Comments

@bojanserafimov
Copy link
Contributor

We currently use postgres protocol over tcp, but http would be simpler. Context: #1093 (comment)

@bojanserafimov bojanserafimov added c/proxy Component: proxy a/tech_debt Area: related to tech debt labels Jan 10, 2022
hlinnaka added a commit that referenced this issue Mar 15, 2023
We cannot remove the old libpq-based "mgmt" interface until the
control plane has been changed to use the new HTTP API, and it has
been deployed to all the environments. But this gets us started with
the migration to the HTTP API.

Fixes #1094
@conradludgate conradludgate mentioned this issue Jan 31, 2024
19 tasks
@conradludgate
Copy link
Contributor

Maybe use redis pubsub instead of http.

@conradludgate
Copy link
Contributor

Implementation started in #3397

@conradludgate conradludgate changed the title Migrate proxy mgmt endpoint to http [proxy] remove libpq based mgmt api in console-redirect Jan 13, 2025
@conradludgate
Copy link
Contributor

We're probably going to postpone this work until after control-plane resiliency project is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/tech_debt Area: related to tech debt c/proxy Component: proxy
Projects
None yet
Development

No branches or pull requests

3 participants