Closed vcrfxia closed 5 years ago
Re-opening because of https://github.com/confluentinc/ksql/pull/3314
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...
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 includehttp://[::1]:8088
, or perhapshttp://:::8088
(to avoid issues with localhost described in https://github.com/confluentinc/ksql/pull/2631), or at least add a docs note to warn users about the incompatibility.