Hmmm... that's interesting...
It seems that Kafka Streams "version probing" does not play well static
group membership...
Sounds like a "bug" to me -- well, more like a missing integration. Not
sure right now, if/how we could fix it.
Can you file a ticket?
For now, I don't think you can do anything about it. Sorry. :(
-Matthias
On 2/27/23 6:50 AM, Vinoth Rengarajan wrote:
> Hi Team,
>
> I am trying to upgrade my Kaka Streams application from 2.7.1 to 3.3.1.
> Brokers are running on Kafka 2.7.1. The plan is to upgrade the clients
> first and then then brokers
>
> I have already enabled the static membership in our application so that we
> I am not expecting a rebalance. Below are the configs *(Stream Config &
> Consumer Config)*.
>
> As mentioned earlier, the application is running on Kafka 2.7.1. I deployed
> the latest version of the app with 3.3.1 streams libraries, and conf...