diff options
-rw-r--r-- | system/kafka/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/kafka/README b/system/kafka/README index c43525828919..4debc23d4cc2 100644 --- a/system/kafka/README +++ b/system/kafka/README @@ -22,3 +22,13 @@ Durable Distributed by Design Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. + + +Groupname and username + +You must have the 'kafka' group and user to run this script, +for example: + + groupadd -g 323 kafka + useradd -u 323 -g 323 -c "Apache Kafka user" -d /var/lib/kafka \ + -s /bin/sh kafka |