docs cleanup

This commit is contained in:
Soby Chacko
2020-09-14 19:54:04 -04:00
parent 0cce293cdd
commit 70e5307fc4

View File

@@ -312,7 +312,7 @@ bin/kafka-console-consumer.sh --bootstrap-server localhost:9093 --topic ssl-demo
You should be able to connect to Kafka broker for both producer and consumer successfully.
### Running Spring Cloud Stream Application against this secured Kafka using SSLExamplePart3ConfigureKafka
### Running Spring Cloud Stream Application against this secured Kafka using SSL
Build this application.