Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John Plaisted authored Sep 1, 2020
1 parent 7105d80 commit 9149b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ You can call the [rest.li](https://github.com/linkedin/rest.li) API to ingest me

## Does Kafka support SSL? If so, how?

Yes. We are using the Spring Boot framework to start our apps, including setting up Kafka. You can (use environment variables to set system properties)[https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-relaxed-binding-from-environment-variables], including (Kafka properties)[https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#integration-properties]. From there you can set your SSL configuration for Kafka.
Yes. We are using the Spring Boot framework to start our apps, including setting up Kafka. You can [use environment variables to set system properties[(https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-relaxed-binding-from-environment-variables), including [Kafka properties](https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#integration-properties). From there you can set your SSL configuration for Kafka.

0 comments on commit 9149b75

Please sign in to comment.