Re: [VOTE] 3.0.1 RC0

2022-03-06 Thread Jakub Scholz
+1 (non-binding). I used the staged Scala 2.13 binaries and the staging Maven repository to run my tests. All seems to work fine, no issues found. Thanks Jakub On Thu, Mar 3, 2022 at 7:05 PM Mickael Maison wrote: > Hello Kafka users, developers and client-developers, > > This is the first candi

Re: Few partitions stuck in under replication

2022-03-06 Thread Liam Clarke-Hutchinson
Ah, I may have seen this error before. Dhirendra Singh, If you grep your logs, you may find an IllegalStateException or two. https://issues.apache.org/jira/browse/KAFKA-12948 You need to upgrade to 2.7.2 if this is the issue you're hitting. Kind regards, Liam Clarke-Hutchinson On Sun, 6 Mar 20

Re: consumer hpa autoscaling

2022-03-06 Thread Liam Clarke-Hutchinson
> I was trying to see what the goals of enabling Hpa on the consumer would be. Since like you say there is a partition upper limit which will limit the consumer throughput. so in the end you have to tweak partitions on kafka and then reassess the maxReplicas config of hpa. It seems hpa in this scen