我們可以在wso2 cep執行計劃中使用像下面這樣的條件語句。 from stream1
select distinct attr1
insert into newStream1;
from stream2
select distinct attr2
insert into newStream2;
if
count(attr1) == count(attr2)
then
我使用wso2BAM 2.4.1 wso2ESB 4.6,我第一次編輯的 /repository/conf/etc/bam.xml 文件並啓用了ServiceDataPublishing功能。然後我在ESB上設置了repository的BAM Service Data Pblishing功能。在配置完Service Data Pblishing後,我的工作完成了。 我使用了Cassandra Ex