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
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);