Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
yum install java-11-openjdk -y
/opt/kafka
start Zookeeper:/opt/kafka/bin/zookeeper-server-start.sh /opt/kafka/config/zookeeper.properties &
/opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties
firewall-cmd --add-port=9092/tcp
/opt/kafka/bin/kafka-topics.sh --list --bootstrap-server ip:9092