273.3. Spring Boot Auto-Configuration
组件支持 7 个选项,如下所列。
Name | 描述 | 默认值 | 类型 |
---|---|---|---|
camel.component.reactive-streams.backpressure-strategy | 将事件推送到较慢的订阅者时要使用的后端策略。 | ReactiveStreams BackpressureStrategy | |
camel.component.reactive-streams.enabled | 启用 reactive-streams 组件 | true | 布尔值 |
camel.component.reactive-streams.internal-engine-configuration.thread-pool-max-size | 被动流内部引擎使用的最大线程数量。 | 整数 | |
camel.component.reactive-streams.internal-engine-configuration.thread-pool-min-size | 被动流内部引擎使用的最小线程数量。 | 整数 | |
camel.component.reactive-streams.internal-engine-configuration.thread-pool-name | 被动流内部引擎使用的线程池的名称。 | 字符串 | |
camel.component.reactive-streams.resolve-property-placeholders | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
camel.component.reactive-streams.service-type | 设置要使用的底层被动流实现的类型。实现是从 registry 或使用 ServiceLoader 的查找,默认的实现是 DefaultCamelReactiveStreamsService | 字符串 |