Thursday, July 20, 2023

config/server.properties Dosyası

broker id Alanı
Her broker tekil bir id değerine sahip olmalıdır

broker.rack Alanı
Kafka Rack Awareness için gerekir. Açıklaması şöyle
Kafka uses rack awareness during replica assignment. When creating a topic, Kafka assigns replicas of partitions to brokers in such a way that no two replicas of the same partition are in the same rack. 

JMX
broker_java_opts değişkenine şunlar ilave ederiz
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=9393


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...