Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
spring xd如何使用多处理器创建流_Spring_Spring Xd - Fatal编程技术网

spring xd如何使用多处理器创建流

spring xd如何使用多处理器创建流,spring,spring-xd,Spring,Spring Xd,我有一个问题是如何使用多处理器创建流。例如: stream create --name multiModuleTest --definition "tcp | processor1 | processor2 |file" --deploy 或 请告诉我怎么做?谢谢 启动多个容器并使用设置模块计数 如果要在处理器实例中进行多处理,请将输入通道更改为执行器通道。文档和。添加了有关ExecutorChannel的信息。 stream create --name multiModuleTest --d

我有一个问题是如何使用多处理器创建流。例如:

stream create --name multiModuleTest --definition "tcp | processor1 | processor2 |file" --deploy


请告诉我怎么做?谢谢

启动多个容器并使用设置模块
计数


如果要在处理器实例中进行多处理,请将
输入
通道更改为
执行器通道
。文档和。

添加了有关
ExecutorChannel
的信息。
stream create --name multiModuleTest --definition "(tcp, http) | processor1 | processor2 | (file,log)" --deploy