Re: Deleting a topic without delete.topic.enable=true?

2016-12-09 Thread Rodrigo Sandoval
Why did you do all those things instead of just setting delete.topic.enable=true? On Dec 9, 2016 13:40, "Tim Visher" wrote: > Hi Everyone, > > I'm really confused at the moment. We created a topic with brokers set to > delete.topic.enable=false. > > We now need to delete that topic. To do that w

Re: log.retention.hours not working?

2016-12-08 Thread Rodrigo Sandoval
ment limit is 1 gibibyte. So if you've only written in 1k of messages, you have a long way to go before that segment gets rotated. This is why the retention is referred to as a minimum time. You can easily retain much more than you're expecting for slow topics." On Dec 9, 2016 02

Re: log.retention.hours not working?

2016-12-08 Thread Rodrigo Sandoval
to wait on a log file before deleting > it. > > So it is working as defined in docs. > > > On Fri, Dec 9, 2016 at 2:42 AM, Rodrigo Sandoval < > rodrigo.madfe...@gmail.com > > wrote: > > > How is that about that when the segment size is reached, plus every >

Re: log.retention.hours not working?

2016-12-08 Thread Rodrigo Sandoval Tejerina
How is that about that when the segment size is reached, plus every single message inside the segment is older than the retention time, then the segment will be deleted? I have playing with Kafka and I have the following: bin/kafka-topics.sh --zookeeper localhost:2181 --alter --topic topic1 con

Re: log.retention.hours not working?

2016-12-08 Thread Rodrigo Sandoval Tejerina
How is that about that when the segment size is reached, plus every single message inside the segment is older than the retention time, then the segment will be deleted? I have playing with Kafka and I have the following: bin/kafka-topics.sh --zookeeper localhost:2181 --alter --topic topic1 con

Re: log.retention.hours not working?

2016-12-08 Thread Rodrigo Sandoval
How is that about that when the segment size is reached, plus every single message inside the segment is older than the retention time, then the segment will be deleted? I have playing with Kafka and I have the following: bin/kafka-topics.sh --zookeeper localhost:2181 --alter --topic topic1 conf