siddhi快照是否设计为在网络环境中工作?

时间:2017-06-26 09:01:35

标签: wso2 persistence snapshot complex-event-processing siddhi

siddhi快照是否设计为在网络环境中工作?

我能做点什么吗?

String revision = executionPlanRuntime.persist();

将快照转换为字节数组并通过网络发送修订,在网络的另一端

 executionPlanRuntime.restore(revision);

1 个答案:

答案 0 :(得分:0)

SiddhiAppruntime的恢复方法存在问题,已使用较新版本修复。