Guest User

Untitled

a guest
Jan 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. akka.kafka {
  2. consumer {
  3. kafka-clients = {
  4. security.protocol = SSL
  5. ssl {
  6. keystore {
  7. location = ${secrets.auth.kafka.ssl.keystore.location}
  8. password = ${secrets.auth.kafka.ssl.keystore.password}
  9. }
  10. truststore {
  11. location = ${secrets.auth.kafka.ssl.truststore.location}
  12. password = ${secrets.auth.kafka.ssl.truststore.password}
  13. }
  14. }
  15. }
  16. max-wakeups = 1
  17. wakeup-timeout = 10s
  18. }
  19. }
Add Comment
Please, Sign In to add comment