Re: Topic config reset on alter

2014-12-09 Thread Andrew Jorgensen
Filed it here: https://issues.apache.org/jira/browse/KAFKA-1816 Thanks! --  Andrew Jorgensen @ajorgensen On December 9, 2014 at 4:10:38 PM, Neha Narkhede (n...@confluent.io) wrote: Thanks for reporting the bug. Would you mind filing a JIRA

Re: Topic config reset on alter

2014-12-09 Thread Neha Narkhede
Thanks for reporting the bug. Would you mind filing a JIRA ? On Tue, Dec 9, 2014 at 12:46 PM, Andrew Jorgensen < ajorgen...@twitter.com.invalid> wrote: > I am using kafka 8.1.1 > > If y

Topic config reset on alter

2014-12-09 Thread Andrew Jorgensen
I am using kafka 8.1.1 If you run an alter on a topic to increase the number of partitions the existing configs are removed from the topic. You can confirm this by doing: bin/kafka-topics.sh —zookeeper localhost —alter —topic topic —config retention.ms=360 bin/kafka-topics.sh —zookeeper lo