Re: Errors producing / consuming with kafka 0.10.0.0

2017-01-19 Thread Ryan Thompson
I was able to make this error disappear by upgrading my client library from 0.10.0.0 to 0.10.0.1 On Wed, Jan 18, 2017 at 10:40 AM, Ryan Thompson wrote: > Hello, > > I'm attempting to upgrade an application from 0.8 to 0.10 broker / client > libs, and integrate kafka streams. I am currently usin

Errors producing / consuming with kafka 0.10.0.0

2017-01-18 Thread Ryan Thompson
Hello, I'm attempting to upgrade an application from 0.8 to 0.10 broker / client libs, and integrate kafka streams. I am currently using the following producer / consumer configs: Producer: Properties props = new Properties(); props.put("bootstrap.servers", brokerList);