-
Hi i have a compact,delete Topic that doenst get cleanup after month. I have records in that topic that are older than 3 month. Topic config: Have somebody any idea ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi. There is also an option |
Beta Was this translation helpful? Give feedback.
-
Hi @teimyBr did you ever get an answer to this? We are experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
@NickSalter we resolved this by seeting only one of this two.
retention.bytes: 104857600 # 100 MB (per partition)
retention.ms: 172800000 # 2 days
But i dont know why together it doesnt work.
I read this is an OR Condition but i think this is AND. And then the Kafka Doku is wrong.
So set only one of this two and it work