summaryrefslogtreecommitdiff
path: root/servers/0.9.0.0/resources/kafka.properties
diff options
context:
space:
mode:
Diffstat (limited to 'servers/0.9.0.0/resources/kafka.properties')
-rw-r--r--servers/0.9.0.0/resources/kafka.properties13
1 files changed, 11 insertions, 2 deletions
diff --git a/servers/0.9.0.0/resources/kafka.properties b/servers/0.9.0.0/resources/kafka.properties
index 0592c1e..b70a0da 100644
--- a/servers/0.9.0.0/resources/kafka.properties
+++ b/servers/0.9.0.0/resources/kafka.properties
@@ -21,11 +21,20 @@ broker.id={broker_id}
############################# Socket Server Settings #############################
+listeners={transport}://{host}:{port}
+security.inter.broker.protocol={transport}
+
+ssl.keystore.location={ssl_dir}/server.keystore.jks
+ssl.keystore.password=foobar
+ssl.key.password=foobar
+ssl.truststore.location={ssl_dir}/server.truststore.jks
+ssl.truststore.password=foobar
+
# The port the socket server listens on
-port={port}
+#port=9092
# Hostname the broker will bind to. If not set, the server will bind to all interfaces
-host.name={host}
+#host.name=localhost
# Hostname the broker will advertise to producers and consumers. If not set, it uses the
# value for "host.name" if configured. Otherwise, it will use the value returned from