Apache Kafka Installation and setup of Kafka By admin Installation of Kafka: Pre-requisite: • Install Java if not present sudo apt update sudo apt install default-jdk • Check Java version to ensure java is installed on the machine java --version Steps: 1. Download latest Apache Kafka wget https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz 2....