Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Ssl/Sasl Options for Kafka/Zookeeper #35

Closed
2 of 4 tasks
zeldal opened this issue Jan 11, 2019 · 2 comments
Closed
2 of 4 tasks

Enable Ssl/Sasl Options for Kafka/Zookeeper #35

zeldal opened this issue Jan 11, 2019 · 2 comments
Assignees

Comments

@zeldal
Copy link
Contributor

zeldal commented Jan 11, 2019

  • SSL for Kafka
  • SSL for Zookeeper
  • SASL for Kafka
  • SASL for Zookeeper
@zeldal
Copy link
Contributor Author

zeldal commented Jan 11, 2019

Sample Configs:

eventapis:
  eventBus:
    bootstrapServers: kafka-local1:9082,kafka-local2:9083,kafka-local3:9084
    ssl:
      truststoreLocation: ./secure/ssl-opts/client.truststore.jks
      truststorePassword: qwe123
    properties:
      security.protocol: SASL_SSL
      sasl.mechanism: SCRAM-SHA-256
      sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka-java-clients" password="***";
    zookeeperServers: localhost:2181,localhost:2182,localhost:2183
    consumer:
      groupId: ${info.build.artifact

@zeldal
Copy link
Contributor Author

zeldal commented Apr 17, 2019

see #42 for remaining part

@zeldal zeldal closed this as completed Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant