From 38c4dd7a65f7ac6d0fda8cb75ec934ece147054b Mon Sep 17 00:00:00 2001 From: John Plaisted Date: Tue, 1 Sep 2020 12:49:02 -0700 Subject: [PATCH] Update faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index f60256c4b5..ab6f584953 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.