High severity CVEs: Kafka 3.2.3

2023-04-03 Thread Stadnikov, Anton
Hello, Kafka 3.2.3 have 3 high severity CVEs: CVE-2022-41881 - netty-codec-4.1.78.Final.jar Resolved: 4.1.86, unresolved CVE-2022-42003 - jackson-databind-2.13.3.jar Resolved: 2.14.0, unresolved CVE-2022-42004 - jackson-databind-2.13.3.jar

Re: is exactly-once supported with kafka streams application with external state store like redis

2023-04-03 Thread Guozhang Wang
Hello Pushkar, Unfortunately it is not supported at the moment, see https://issues.apache.org/jira/browse/KAFKA-12475 for some details. Currently the community is working on KAFKA-12549 to support transactional state stores, at that time customized remote stores would be able to provide additional

consumer_offest partition increased.

2023-04-03 Thread David Ballano Fernandez
Hi guys, So, we have a Kafka cluster v2.8, and by mistake, we have increased the partition number from 50 to 52. And now we are having some coordinator inconsistencies when consumers try to consume from the cluster. Any advice on how to untangle this mess? would a rolling restart of the cluster

is exactly-once supported with kafka streams application with external state store like redis

2023-04-03 Thread Pushkar Deole
Hi All, We are using streams application with redis for state store. Redis was mainly considered instead of kafka state stores because of the reason that global state store once updated by one application instance was taking few milliseconds to reflect updated global state to another application i