Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-22 Thread arjun s v
Hi Alex Brekken, Sorry for the delayed response, I tried your fix, At first I got > Fatal error during KafkaServer startup. Prepare to shutdown" > "org.apache.kafka.common.KafkaException: Exception while determining if > ZooKeeper is secure > [java.security.auth.login.config=./../config/kafka_ser

Re: [VOTE] 3.5.2 RC1

2023-11-22 Thread Federico Valeri
Hi Luke, - Compiled from source (Java 17 and Scala 2.13) - Ran unit and integration tests - Ran custom client apps using staging artifacts +1 (non binding) Thanks Fede On Wed, Nov 22, 2023 at 2:44 PM Josep Prat wrote: > > Hi Luke, > > Thanks for running the release. > I did the following: > -

Re: [VOTE] 3.5.2 RC1

2023-11-22 Thread Josep Prat
Hi Luke, Thanks for running the release. I did the following: - Verified artifact's signatures and hashes - Checked JavaDoc (with navigation to Oracle JavaDoc) - Compiled source code - Run unit tests and integration tests - Run getting started with ZK and KRaft It gets a +1 from my side (non-bind

RE: GlobalKTable with RocksDB - queries before state RUNNING?

2023-11-22 Thread Christian Zuegner
Hi Sophie, thanks a lot for you tip! I've implemented a StateListener - to block queries when the state does not equal RUNNING. This will work perfectly now for our use-case! In the meantime I noticed the InteractiveQuery API v2 and give it a try. Unfortunately it seems not to cope with Globa