Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个查询要开始 - 但随着业务案例的更新,我想添加更多条件。有没有办法以编程方式更新正在运行的查询而无需使用 UI?
有两种方法可以完成上述任务。
1) 将执行计划(包含 siddhi 查询)直接复制到部署目录。(/存储库/部署/服务器/执行计划)
2)通过管理服务部署执行计划。
但是,请不要在运行时更改查询,它会影响当前进程,其中窗口或内存中的数据会丢失。
谢谢,莫汉