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

fix: ensure default server config works with IP6 (fixes #3309) #3310

Merged
merged 12 commits into from
Sep 9, 2019

Conversation

big-andy-coates
Copy link
Contributor

Description

Fixes #3309 by adding the IP6 equiv of http://0.0.0.0:8088 - the server will no listen on all IP6 interfaces too.

Testing done

Manual testing - can run server with just the IP6 listener and still connect using default CLI server of http://localhost:8088

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

docs/operations.rst Outdated Show resolved Hide resolved
docs/operations.rst Outdated Show resolved Hide resolved
Copy link
Member

@JimGalasyn JimGalasyn left a comment

Choose a reason for hiding this comment

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

LGTM, with a few suggestions.

Copy link
Contributor

@vcrfxia vcrfxia left a comment

Choose a reason for hiding this comment

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

Thanks @big-andy-coates ! LGTM.

docs/installation/install-ksql-with-docker.rst Outdated Show resolved Hide resolved
config/ksql-server.properties Show resolved Hide resolved
docs/installation/server-config/config-reference.rst Outdated Show resolved Hide resolved
@vcrfxia vcrfxia requested a review from a team September 6, 2019 20:14
@vcrfxia vcrfxia changed the title fix(3309): ensure default server config works with IP6 fix: ensure default server config works with IP6 (fixes #3309) Sep 6, 2019
Copy link
Contributor

@rodesai rodesai left a comment

Choose a reason for hiding this comment

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

LGTM

big-andy-coates and others added 11 commits September 8, 2019 22:22
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
Co-Authored-By: Jim Galasyn <jim.galasyn@confluent.io>
@big-andy-coates big-andy-coates merged commit 92b03ec into confluentinc:master Sep 9, 2019
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.

Default server endpoint is incompatible with IPv6
4 participants