From af470273bb4e99ccc1ff79b082f52e9e0a59e7c1 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Fri, 8 Apr 2016 15:34:15 +0530 Subject: [PATCH] Update headerMode property in doc Resolves #477 --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 7e57f78f3..202df7b93 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 @@ -603,9 +603,9 @@ partitioned:: Whether the consumer receives data from a partitioned producer. + Default: `false`. -mode:: +headerMode:: When set to `raw`, disables header parsing on input. -Effective only for messaging middleware that that does not support message headers natively and require header embedding. +Effective only for messaging middleware that does not support message headers natively and requires header embedding. Useful when inbound data is coming from outside Spring Cloud Stream applications. + Default: `embeddedHeaders`. @@ -669,9 +669,9 @@ On Kafka, interpreted as a Default: `1`. requiredGroups:: A comma-separated list of groups to which the producer must ensure message delivery even if they start after it has been created (e.g., by pre-creating durable queues in RabbitMQ). -mode:: +headerMode:: When set to `raw`, disables header embedding on output. -Effective only for messaging middleware that that does not support message headers natively and require header embedding. +Effective only for messaging middleware that does not support message headers natively and requires header embedding. Useful when producing data for non-Spring Cloud Stream applications. + Default: `embeddedHeaders`.