107.2. Spring Boot Auto-Configuration

组件支持 6 个选项,它们如下所列。

名称描述默认类型

camel.component.flink.data-set

到计算的数据集,选项为 org.apache.flink.api.java.DataSet type。

 

字符串

camel.component.flink.data-set-callback

对 DataSet 执行操作。选项是一个 org.apache.camel.component.flink.DataSetCallback 类型。

 

字符串

camel.component.flink.data-stream

计算的数据流.选项是一个 org.apache.flink.streaming.api.datastream.DataStream 类型。

 

字符串

camel.component.flink.data-stream-callback

对 DataStream 执行操作的功能。选项是一个 org.apache.camel.component.flink.DataStreamCallback 类型。

 

字符串

camel.component.flink.enabled

启用 flink 组件

true

布尔值

camel.component.flink.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值