ProcessingLogConfig¶
ProcessingLogConfig
is an AbstractConfig
(Apache Kafka) with the server properties of the Processing Log (with ksql.logging.processing prefix).
topic.auto.create¶
ksql.logging.processing.topic.auto.create enables automatic processing log topic creation.
If true
, a processing log topic is created when the ksqlDB server starts up.
Topic Config | Value |
---|---|
Name | ksql.logging.processing.topic.name |
Number of partitions | ksql.logging.processing.topic.partitions |
Replication factor | ksql.logging.processing.topic.replication.factor |
Default: false
Used when:
ProcessingLogServerUtils
is requested to maybeCreateProcessingLogTopicKsqlRestApplication
is requested to build a KsqlRestApplication