----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14638/#review27039 -----------------------------------------------------------
core/src/main/scala/kafka/tools/GetOffsetShell.scala <https://reviews.apache.org/r/14638/#comment52656> Can use CommandLineUtils.checkRequiredArgs core/src/main/scala/kafka/tools/GetOffsetShell.scala <https://reviews.apache.org/r/14638/#comment52657> Nice use of clientId. We should do this in every tool. I would suggest we also prepend this with InetAddress.getLocalHost.getHostName core/src/main/scala/kafka/tools/GetOffsetShell.scala <https://reviews.apache.org/r/14638/#comment52658> Should this be partitionList.split(",")... - Joel Koshy On Oct. 14, 2013, 10:50 p.m., Neha Narkhede wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14638/ > ----------------------------------------------------------- > > (Updated Oct. 14, 2013, 10:50 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1086 > https://issues.apache.org/jira/browse/KAFKA-1086 > > > Repository: kafka > > > Description > ------- > > Improved GetOffsetShell to query metadata automatically, add batch offset > request for all partitions of a topic and improve usability > > > Diffs > ----- > > core/src/main/scala/kafka/tools/GetOffsetShell.scala > 2b9438ae3a4da2c7f97e05fb26bc179fe48f137d > > Diff: https://reviews.apache.org/r/14638/diff/ > > > Testing > ------- > > > Thanks, > > Neha Narkhede > >