-
Notifications
You must be signed in to change notification settings - Fork 0
Kafka Installation
Murray Resinski edited this page May 22, 2018
·
1 revision
All of the components that use kafka have been tested with kafka_2.11-0.10.0.1 and zookeeper-3.4.8 both under java 8 on Amazon Linux
Provision Zookeeper instances using default configuration
Provision Kafka instances using default configuration but with the following changes
-
change the broker.id
-
listeners = PLAINTEXT://:9092
-
host.name=
-
advertised.host.name=<ip
-
num.partitions=2 (or = to number of logsession/logshuttle instances)
-
log.retention.hours=1 (remove any other log retention values)
-
zookeeper.connect=:2181,:2181,:2181/kafka (last /kafka is really important as it will be required in the fluentd config)