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 1ad68458d..b07031343 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 @@ -829,6 +829,7 @@ must be prefixed with `spring.cloud.stream.bindings..`. destination:: The target destination of a channel on the bound middleware (e.g., the RabbitMQ exchange or Kafka topic). + If the channel is bound as a consumer, it could be bound to multiple destinations and the destination names can be specified as comma separated String values. If not set, the channel name is used instead. group:: The consumer group of the channel.