Apache storm 如何在ApacheStorm中使用PartitionPersistence创建串行TridentState螺栓?

Apache storm 如何在ApacheStorm中使用PartitionPersistence创建串行TridentState螺栓?,apache-storm,trident,Apache Storm,Trident,我能够使用TridentState提供的partitionpersist api成批处理事件流。但现在,我想发出此螺栓的处理值,并将其作为后续螺栓中的另一批事件收集。TridentState上的state.newValuesStream()方法正是这样做的——它从TridentState返回一个新更新的值流。我这样做的。他实际上面临着另一个问题。谢谢你的回答。

我能够使用TridentState提供的partitionpersist api成批处理事件流。但现在,我想发出此螺栓的处理值,并将其作为后续螺栓中的另一批事件收集。

TridentState上的
state.newValuesStream()
方法正是这样做的——它从TridentState返回一个新更新的值流。

我这样做的。他实际上面临着另一个问题。谢谢你的回答。