I've also noticed that it is not possible to use KRaft mode in EmbeddedKafkaCluster. Since in version 4.0 we're planning to remove Zookeeper I think we should also modify EmbeddedKafkaCluster to enable KRaft mode based on the user-provided configuration. If this sounds reasonable to you I can create a ticket and work on this. Also, I'm still not able to resolve the issue with SASL in EmbeddedKafkaCluster.
Thanks, On Thu, Nov 9, 2023 at 6:05 PM Nelson B. <bachmanity...@gmail.com> wrote: > Hello, > > I am utilizing > "org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster" to write > integration tests for my application. > In general, things are functioning properly. However, when I modify the > default server configurations to use a SASL_PLAINTEXT listener with the > PLAIN mechanism, issues arise. Although the cluster is running, the > response from the METADATA request suggests that there are no brokers in > the cluster. > > Here is the server log for reference: > > [image: image.png] > > Did anybody see something similar or maybe is there someone who could > successfully use EmbeddedKafkaCluster with SASL? > > Thanks, >