Basic setup of a Multi Node Apache Kafka/Zookeeper Cluster
Prerequesites Install three nodes with CentOS 7 with at least 20GB Disk, 2 GB RAM and two CPU Cores. Install JDK
1 2 3 |
yum install -y java-1.8.0-openjdkl java-1.8.0-openjdk-devel net-tools |
…