Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How is the log cleaner configured?
Home
Kafka Premiera Ola
How is the log cleaner configured?
0
votes
asked
Dec 29, 2022
in
Kafka Premiera Ola
by
Robindeniel
How is the log cleaner configured?
kafka-cleaner
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 29, 2022
by
Robindeniel
It is enabled by default and starts the pool of cleaner threads. For enabling log cleaning on particular topic, add: log.cleanup.policy=compact. This can be done either by using alter topic command or at topic creation time.
...