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

Bufstream - Kafka Muadili

Giriş Açıklaması şöyle Bufstream was developed by Buf, a software company founded in 2020 to bring schema-driven development to the world...