Skip to content

Commit 9624ce6

Browse files
committed
Merge pull request rsyslog#132 from oldmantaiter/omkafka-doc-update
omkafka: Dynamic topic and auto partition updates
2 parents 16f1c91 + d6112d0 commit 9624ce6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/configuration/modules/omkafka.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)