> On June 8, 2015, 2:29 a.m., Navina Ramesh wrote: > > samza-kafka/src/main/scala/org/apache/samza/config/KafkaConfig.scala, line > > 182 > > <https://reviews.apache.org/r/35067/diff/1/?file=979072#file979072line182> > > > > This warning is valid only when the configured value for > > max.in.flight.requests.per.connection > 1. Can you check the value and make > > the comment more elaborate?
Hi. In order to do that I would need to cast the string to integer which can throw an NumberFormatException. Is this ok? - Robert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35067/#review86980 ----------------------------------------------------------- On June 4, 2015, 1:50 p.m., Robert Zuljevic wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35067/ > ----------------------------------------------------------- > > (Updated June 4, 2015, 1:50 p.m.) > > > Review request for samza. > > > Repository: samza > > > Description > ------- > > Added config max.in.flight.requests.per.connection and retries options for > Kafka producers. > > > Diffs > ----- > > samza-kafka/src/main/scala/org/apache/samza/config/KafkaConfig.scala > a1de88781a8ff2a3fe50389ae7a59062289404fc > > Diff: https://reviews.apache.org/r/35067/diff/ > > > Testing > ------- > > > Thanks, > > Robert Zuljevic > >