diff --git a/config/ksql-production-server.properties b/config/ksql-production-server.properties index 62b88ff2e405..18393df194e7 100644 --- a/config/ksql-production-server.properties +++ b/config/ksql-production-server.properties @@ -18,15 +18,15 @@ ### HTTP ### # The URL the KSQL server will listen on: # The default is any IPv4 interface on the machine. -# NOTE: If set to wildcard or loopback set 'advertised.listener' to enable pull queries across machines +# NOTE: If set to wildcard or loopback set 'ksql.advertised.listener' to enable pull queries across machines listeners=http://0.0.0.0:8088 # Use the 'listeners' line below for any IPv6 interface on the machine. # listeners=http://[::]:8088 # If running a multi-node cluster across multiple machines and 'listeners' is set to a wildcard or loopback address -# 'advertised.listener' must be set to the URL other KSQL nodes should use to reach this node. -# advertised.listener=? +# 'ksql.advertised.listener' must be set to the URL other KSQL nodes should use to reach this node. +# ksql.advertised.listener=? ### HTTPS ### # To switch KSQL over to communicating using HTTPS comment out the 'listeners' line above @@ -34,7 +34,7 @@ listeners=http://0.0.0.0:8088 # See: https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/server-config/security/#configure-the-cli-for-https # # listeners=https://0.0.0.0:8088 -# advertised.listener=? +# ksql.advertised.listener=? # ssl.keystore.location=? # ssl.keystore.password=? # ssl.key.password=? diff --git a/config/ksql-server.properties b/config/ksql-server.properties index 56db06e1dda5..453efc159b22 100644 --- a/config/ksql-server.properties +++ b/config/ksql-server.properties @@ -18,15 +18,15 @@ ### HTTP ### # The URL the KSQL server will listen on: # The default is any IPv4 interface on the machine. -# NOTE: If set to wildcard or loopback set 'advertised.listener' to enable pull queries across machines +# NOTE: If set to wildcard or loopback set 'ksql.advertised.listener' to enable pull queries across machines listeners=http://0.0.0.0:8088 # Use the 'listeners' line below for any IPv6 interface on the machine. # listeners=http://[::]:8088 # If running a multi-node cluster across multiple machines and 'listeners' is set to a wildcard or loopback address -# 'advertised.listener' must be set to the URL other KSQL nodes should use to reach this node. -# advertised.listener=? +# 'ksql.advertised.listener' must be set to the URL other KSQL nodes should use to reach this node. +# ksql.advertised.listener=? ### HTTPS ### # To switch KSQL over to communicating using HTTPS comment out the 'listeners' line above @@ -34,7 +34,7 @@ listeners=http://0.0.0.0:8088 # See: https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/server-config/security/#configure-the-cli-for-https # # listeners=https://0.0.0.0:8088 -# advertised.listener=? +# ksql.advertised.listener=? # ssl.truststore.location=? # ssl.truststore.password=? # ssl.keystore.location=?