페이지

2024년 9월 21일 토요일

Factors impacting Kafka performance Other

1. Make sure you have enough file handles opened on your servers, as Kafka opens 3 file descriptor for each topic-partition-segment that lives on the Broker.


2. Make suer you use Java 8


3. You may want to tune the GC implementation: (see in the resources)


4. Set Kafka quatas in order to prevent unexpected spikes in usage


댓글 없음: