272.3. Spring Boot Auto-Configuration

组件支持 7 个选项,如下所示。

名称描述默认类型

camel.component.reactive-streams.backpressure-strategy

将事件推送到缓慢订户时使用的 backpressure 策略。

 

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

 

字符串