diff --git a/multi/multi__configuration_options.html b/multi/multi__configuration_options.html index bf1934e40..9215fadcd 100644 --- a/multi/multi__configuration_options.html +++ b/multi/multi__configuration_options.html @@ -1,6 +1,6 @@
-Spring Cloud Stream supports general configuration options as well as configuration for bindings and binders. +
Spring Cloud Stream supports general configuration options as well as configuration for bindings and binders. Some binders let additional binding properties support middleware-specific features.
Configuration options can be provided to Spring Cloud Stream applications through any mechanism supported by Spring Boot. This includes application arguments, environment variables, and YAML or .properties files.
These properties are exposed via org.springframework.cloud.stream.config.BindingServiceProperties
The number of deployed instances of an application.
Must be set for partitioning on the producer side. Must be set on the consumer side when using RabbitMQ and with Kafka if autoRebalanceEnabled=false.
Default: 1.
0 to instanceCount - 1.
@@ -124,4 +124,4 @@ It has one method:"myDLQ");
};
-}![]() | Note |
|---|---|
If you need to support dynamic destinations with multiple binder types, use |
![]() | Note |
|---|---|
If you need to support dynamic destinations with multiple binder types, use |