Skip to content

Instantly share code, notes, and snippets.

@pradp
Last active April 7, 2018 14:31
Show Gist options
  • Save pradp/4000a2e2ca7bfec6ae14f1fdd26689c7 to your computer and use it in GitHub Desktop.
Save pradp/4000a2e2ca7bfec6ae14f1fdd26689c7 to your computer and use it in GitHub Desktop.
Kafka server jaas config properties file
KafkaServer {
com.company.CustomServerLoginModule required
username={username}
password={password}
user_{username}={password}
//Any additional users to configure
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment