File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
source/configuration/modules Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ comma-delimited list of values as shown here:
6161
6262 Specifies the topic to produce to.
6363
64+ .. function :: dynatopic [boolean]
65+
66+ *Default: off *
67+
68+ If set, the topic parameter becomes a template for which topic to
69+ produce messages to. The cache is cleared on HUP.
70+
71+ .. function :: dynatopic.cachesize [positiveInteger]
72+
73+ *Default: 50 *
74+
75+ If set, defines the number of topics that will be kept in the dynatopic
76+ cache.
77+
6478.. function :: partitions.auto [boolean]
6579
6680 *Default: off *
@@ -74,6 +88,8 @@ comma-delimited list of values as shown here:
7488 to change the kafka configuration on the cluster for number of
7589 partitions/topic vs on every machine talking to Kafka via rsyslog.
7690
91+ If set, it will override any other partitioning scheme configured.
92+
7793.. function :: partitions.number [positiveInteger]
7894
7995 *Default: none *
You can’t perform that action at this time.
0 commit comments