Re: Kafka server.log deletion config

2023-07-23 Thread Gaurav Pande
Hi Guys, Can someone share any kind of example related to defining policy for server.log deletion in log4j for Kafka Regards, GP On Sat, 22 Jul, 2023, 15:16 Gaurav Pande, wrote: > Thanks Sunil, could you guide me through any example config for this in > Kafka , any documentation or link that c

Re: Streams/RocksDB: Why Universal Compaction?

2023-07-23 Thread Guozhang Wang
Yeah I can shed some light here: I used Universal originally since at the beginning of Kafka Streams journey there were user reports complaining about its storage amplifications. But soon enough (around 2019) I've realized that, as a OOTB config, level compaction may be more preferable. I had a PR