Update faq.md

This commit is contained in:
John Plaisted 2020-09-01 12:49:02 -07:00 committed by GitHub
parent 9149b7538a
commit 38c4dd7a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.