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

Default server endpoint is incompatible with IPv6 #3309

Closed
vcrfxia opened this issue Sep 6, 2019 · 2 comments · Fixed by #3310
Closed

Default server endpoint is incompatible with IPv6 #3309

vcrfxia opened this issue Sep 6, 2019 · 2 comments · Fixed by #3310

Comments

@vcrfxia
Copy link
Contributor

vcrfxia commented Sep 6, 2019

The server properties file currently has a default of listeners=http://0.0.0.0:8088 which is incompatible with IPv6. We should update this default to also include http://[::1]:8088, or perhaps http://:::8088 (to avoid issues with localhost described in #2631), or at least add a docs note to warn users about the incompatibility.

big-andy-coates added a commit that referenced this issue Sep 9, 2019
* fix(3309): ensure default server config works with IP6
@agavra agavra reopened this Sep 10, 2019
@agavra
Copy link
Contributor

agavra commented Sep 10, 2019

Re-opening because of #3314

@big-andy-coates
Copy link
Contributor

As per the comments on #3314, this is not something we can fix in a generic way. Notes/help have been added to the ksql-server.properties file we ship. There's not much else we can do. So... closing...

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 a pull request may close this issue.

3 participants