Kafka Streams reaching ERROR state during rolling upgrade / restart of brokers

2023-09-21 Thread Debraj Manna
I am using Kafka broker 2.8.1 (from AWS MSK) with Kafka clients and Kafka stream 3.5.1. I am observing that whenever some rolling upgrade is done on AWS MSK our stream application reaches an error state. I get the below exception on trying to query the state store caused by: java.lang.IllegalStat

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-21 Thread Josep Prat
Hi Satish, I ran the following validation steps: - Built from source with Java 11 and Scala 2.13 - Verified Signatures and hashes of the artifacts generated - Navigated through Javadoc including links to JDK classes - Run the unit tests - Run integration tests - Run the quickstart in KRaft and Zoo