273.3. Spring Boot Auto-Configuration

구성 요소는 아래 나열된 7 가지 옵션을 지원합니다.

이름설명기본값유형

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 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울

camel.component.reactive-streams.service-type

사용할 기본 반응 스트림 구현 유형을 설정합니다. 구현은 레지스트리 또는 ServiceLoader를 사용하여 조회되며 기본 구현은 DefaultCamelReactiveStreamsService입니다.The implementation is looked from the registry or using a ServiceLoader, the default implementation is DefaultCamelReactiveStreamsService

 

문자열