Skip to content

Instantly share code, notes, and snippets.

@jacace
Created January 29, 2021 17:35
Show Gist options
  • Save jacace/5e80e94336f6270055ed9915f2a997d5 to your computer and use it in GitHub Desktop.
Save jacace/5e80e94336f6270055ed9915f2a997d5 to your computer and use it in GitHub Desktop.
jaas.conf
security.protocol=SASL_SSL
sasl.mechanism=PLAIN
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
username="" \
password="";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment