From ad730ee072e75d8299ea13202c60292e176384df Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 9 Oct 2023 17:58:41 +0200 Subject: [PATCH] Installation slide --- docs/kafka.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/kafka.md b/docs/kafka.md index 526691c..9033695 100644 --- a/docs/kafka.md +++ b/docs/kafka.md @@ -511,6 +511,23 @@ log.roll.hours --- +## Practical part + +--- + +### Kafka installation + +* download tarball +* uncompress +* fix problems + - JRE needs to be installed + - use directories w/o spaces + - use short path (ideally c:\kafka on Win) + - download binary tarball (not src one) + - VPN: use 127.0.0.1 in configuration + +--- + ## CLI * Apache Kafka with batteries included