All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcontainers.embedded-kafka.3.1.9.source-code.kafka_server_jaas.conf Maven / Gradle / Ivy

KafkaServer {
  org.apache.kafka.common.security.plain.PlainLoginModule required
  username="admin"
  password="admin-secret"
  user_admin="admin-secret"
  user_alice="alice-secret";
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy