Re: Producer Properties

2016-07-01 Thread Peter Davis
Chris, all of the keys are documented here: http://kafka.apache.org/documentation.html#producerconfigs Easier to read than ProducerConfig? -Peter > On Jun 27, 2016, at 6:34 AM, Chris Barlock wrote: > > Anybody? > > Chris > > > > > From: Chris Barlock/Raleigh/IBM@IBMUS > To: users@

Re: Producer Properties

2016-06-28 Thread Chris Barlock
Thank you, Dan! Chris From: "Dan Bahir (BLOOMBERG/ 120 PARK)" To: users@kafka.apache.org Date: 06/28/2016 09:49 AM Subject: Re: Producer Properties Hi Chris, The new producer returns a future so it works in an async manner hence no need for the producer.typ

Re: Producer Properties

2016-06-28 Thread Dan Bahir (BLOOMBERG/ 120 PARK)
ation for both versions. http://kafka.apache.org/081/documentation.html and http://kafka.apache.org/081/documentation.html. Hope that helps From: users@kafka.apache.org At: 06/27/16 09:34:55 To: users@kafka.apache.org Subject: Re: Producer Properties Anybody? Chris From: Chris Barlock/Ra

Re: Producer Properties

2016-06-27 Thread Chris Barlock
Anybody? Chris From: Chris Barlock/Raleigh/IBM@IBMUS To: users@kafka.apache.org Date: 06/24/2016 04:56 PM Subject:Producer Properties I started porting our code from Kafka 0.8.2.1 to 0.10.0.0 and found my producer code blowing up because of some changes to the config. For