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

feat(electric): Add support for IPv6 networks (e.g. the 6PN private network on Fly.io) #594

Merged
merged 6 commits into from
Oct 30, 2023

Conversation

alco
Copy link
Member

@alco alco commented Oct 25, 2023

Closes VAX-1263. Fixes VAX-1266.

This was originally reported in #569.

@linear
Copy link

linear bot commented Oct 25, 2023

VAX-1263 Support IPv6 addresses in both the HTTP and the TCP listeners

This is necessary to run on platforms like Fly.io. See #569.

Our HTTP listener is the one serving the HTTP API from port 5133 by default.

Our TCP listener is the one which Postgres establishes a replication connection to on port 5433 by default.

VAX-1266 Electric cannot connect to a Postgres that's only accessible over IPv6

@alco alco requested review from thruflo and magnetised October 25, 2023 13:42
@alco alco mentioned this pull request Oct 25, 2023
Copy link
Contributor

@magnetised magnetised left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent tcp listen options mangling

@alco alco force-pushed the alco/vax-1263-support-ipv6 branch from 39067f8 to a73376b Compare October 30, 2023 13:43
@alco alco merged commit 37f3ee4 into main Oct 30, 2023
4 checks passed
@alco alco deleted the alco/vax-1263-support-ipv6 branch October 30, 2023 13:54
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

Successfully merging this pull request may close these issues.

2 participants