From b5099b610e18650773debbbd18560f2a0fa52bc9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 24 Mar 2016 16:27:12 +0000 Subject: [PATCH] Fix asciidoctor errors when embedded --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index f2d6cb52b..74292a10a 100644 --- a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -489,7 +489,7 @@ Spring Cloud Stream supports general configuration options, as well as configura All configuration options can be provided to Spring Cloud Stream applications via all the mechanisms supported by Spring Boot: application arguments, environment variables, YML files etc. -==== Spring Cloud Stream Properties +=== Spring Cloud Stream Properties spring.cloud.stream.instanceCount:: The number of deployed instances of the same application. Must be set for partitioning and with Kafka. Default value is `1`. @@ -982,3 +982,4 @@ hello world 1458595077732 hello world 1458595078733 hello world 1458595079734 hello world 1458595080735 +---- \ No newline at end of file