Kafka Streams and broker compatibility

2019-08-22 Thread Alisson Sales
Hi all, I've just upgraded a project that was using kafka-streams 2.2.0 to 2.2.1 and found the following error at the end. I was using Kafka Broker 0.10.2.1 and after upgrading the Broker to 0.11 the error doesn't happen anymore. My question here is: where is the best place we can find the requir

Re: Kafka Streams and broker compatibility

2019-08-26 Thread Alisson Sales
mpatibility+Matrix per > the updates. > > > Guozhang > > On Thu, Aug 22, 2019 at 4:12 PM Alisson Sales > wrote: > > > Hi all, I've just upgraded a project that was using kafka-streams 2.2.0 > to > > 2.2.1 and found the following error at the end. >

Re: Kafka Streams and broker compatibility

2019-08-26 Thread Alisson Sales
fixes that went into 2.2.1 > involved > > adding headers. Updating the compatibility matrix must have just slipped > > when that bugfix was merged -- thanks for bringing this up! > > > > On Mon, Aug 26, 2019 at 5:37 PM Alisson Sales > > wrote: > > > > >

Re: [DISCUSS] Streams-Broker compatibility regression in 2.2.1 release

2019-09-11 Thread Alisson Sales
Thanks for letting the community/users know. The proposal seems sensible. I'm wondering if is it worth to add a note about this on the release notes here: https://www.apache.org/dist/kafka/2.2.1/RELEASE_NOTES.html. On Thu, Sep 12, 2019 at 5:23 AM Matthias J. Sax wrote: > Hi, > > recently a use