@@ -333,10 +333,11 @@ The following parameters are available in the `kafka::broker` class:
333
333
* [ ` heap_opts ` ] ( #-kafka--broker--heap_opts )
334
334
* [ ` jmx_opts ` ] ( #-kafka--broker--jmx_opts )
335
335
* [ ` log4j_opts ` ] ( #-kafka--broker--log4j_opts )
336
- * [ ` opts ` ] ( #-kafka--broker--opts )
337
336
* [ ` manage_log4j ` ] ( #-kafka--broker--manage_log4j )
337
+ * [ ` log4j_content ` ] ( #-kafka--broker--log4j_content )
338
338
* [ ` log_file_size ` ] ( #-kafka--broker--log_file_size )
339
339
* [ ` log_file_count ` ] ( #-kafka--broker--log_file_count )
340
+ * [ ` opts ` ] ( #-kafka--broker--opts )
340
341
341
342
##### <a name =" -kafka--broker--kafka_version " ></a >` kafka_version `
342
343
@@ -610,38 +611,47 @@ Set the Log4j options.
610
611
611
612
Default value: ` $kafka::params::broker_log4j_opts `
612
613
613
- ##### <a name =" -kafka--broker--opts " ></a >` opts `
614
-
615
- Data type: ` String[0] `
614
+ ##### <a name =" -kafka--broker--manage_log4j " ></a >` manage_log4j `
616
615
617
- Set the Kafka options.
616
+ Data type: ` Boolean `
618
617
619
- Default value: ` $kafka::params::broker_opts `
618
+ Enable or disable the management of the log4j configuration file.
620
619
621
- ##### < a name = " -kafka--broker--manage_log4j " ></ a > ` manage_log4j `
620
+ Default value: ` $kafka::params:: manage_log4j`
622
621
623
- Data type: ` Boolean `
622
+ ##### < a name = " -kafka--broker--log4j_content " ></ a > ` log4j_content `
624
623
624
+ Data type: ` Optional[String[1]] `
625
625
626
+ Provide custom content for the log4j configuration file if manage_log4j is enabled,
627
+ instead of using the content provided in this module.
626
628
627
- Default value: ` $kafka::params::manage_log4j `
629
+ Default value: ` undef `
628
630
629
631
##### <a name =" -kafka--broker--log_file_size " ></a >` log_file_size `
630
632
631
633
Data type: ` Pattern[/[1-9][0-9]*[KMG]B/] `
632
634
633
-
635
+ Set the max size of the Kafka log files before they are rolled.
634
636
635
637
Default value: ` $kafka::params::log_file_size `
636
638
637
639
##### <a name =" -kafka--broker--log_file_count " ></a >` log_file_count `
638
640
639
641
Data type: ` Integer[1, 50] `
640
642
641
-
643
+ Set the number of Kafka log files to keep.
642
644
643
645
Default value: ` $kafka::params::log_file_count `
644
646
647
+ ##### <a name =" -kafka--broker--opts " ></a >` opts `
648
+
649
+ Data type: ` String[0] `
650
+
651
+ Set the Kafka options.
652
+
653
+ Default value: ` $kafka::params::broker_opts `
654
+
645
655
### <a name =" kafka--consumer " ></a >` kafka::consumer `
646
656
647
657
This class handles the Kafka (consumer).
0 commit comments