Re: Testing KRaft mode

2021-05-17 Thread Gunnar Morling
Hey Chris, Thanks a lot for your reply. I've tried with "connect.protocol", but it didn't make any difference. I've thus logged https://issues.apache.org/jira/browse/KAFKA-12801 and will also try to attach a profiling log as requested by Lucas. Best, --Gunnar Am Mo., 17. Mai 2021 um 14:32 Uhr

Re: Testing KRaft mode

2021-05-17 Thread Chris Egerton
Hi Gunnar, As far as the Connect behavior goes, sounds like https://issues.apache.org/jira/browse/KAFKA-12252. To verify, you can either set the 'connect.protocol' property of your Connect cluster to 'compatible' (easy mode) or cherry-pick the recently-merged fix for it ( https://github.com/apache

Testing KRaft mode

2021-05-16 Thread Gunnar Morling
Hi, I was testing the early access preview of the new ZooKeeper-less mode and noticed two things I wanted to bring up here. My testing scenario was a cluster of three Kafka nodes in combined mode and a single Kafka Connect node, all running via Docker Compose. * I stopped two of the Kafka nodes;