Исходный код вики Kafka. Механизмы

Редактировал(а) Alexandr Fokin 2024/12/10 11:46

Скрыть последних авторов
Alexandr Fokin 1.3 1 |Ребалансировка, rebalancing|Improving performance in Apache Kafka
2 [[https:~~/~~/www.redpanda.com/guides/kafka-performance-kafka-rebalancing>>https://www.redpanda.com/guides/kafka-performance-kafka-rebalancing]]
Alexandr Fokin 1.2 3 | |
4 | |
5
6 ----
7
8 ==== Внутренние ссылки: ====
9
10 ====== Дочерние страницы: ======
11
12 {{children/}}
13
14 ====== Обратные ссылки: ======
15
16 {{velocity}}
17 #set ($links = $doc.getBacklinks())
18 #if ($links.size() > 0)
19 #foreach ($docname in $links)
20 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
21 * [[$escapetool.xml($rdoc.fullName)]]
22 #end
23 #else
24 No back links for this page!
25 #end
26 {{/velocity}}
27
28 ----