Thursday, May 11, 2023

kafka-server-start komutu

Komut Seçenekleri
Örnek
Şöyle yaparız.
bin/kafka-server-start.sh config/server.properties
Örnek
Şöyle yaparız.
export KAFKA_HEAP_OPTS="-Xms8G -Xmx8G"
bin/kafka-server-start.sh -daemon config/server.properties
Örnek - Systemd Dosyası
Şöyle yaparız
[Unit]
Description=Apache Kafka Server
Documentation=http://kafka.apache.org/documentation.html
Requires=zookeeper.service

[Service]
Type=simple
Environment="JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-amd64"
ExecStart=/usr/local/kafka/bin/kafka-server-start.sh /usr/local/kafka/config/server.properties
ExecStop=/usr/local/kafka/bin/kafka-server-stop.sh

[Install]
WantedBy=multi-user.target
Şöyle yaparız
> systemctl daemon-reload

> sudo systemctl start kafka
> sudo systemctl status kafka



No comments:

Post a Comment

kafka-consumer-groups.sh komutu

Giriş Bir topic'i dinleyen consumer'ları gösterir. Aynı topic'i dinleyen consumer group'ları olabilir. Her topic farklı part...