techNoob
techNoob

Reputation: 31

Is there a way to update the running Siddhi Application

I am using a Siddhi 5.1. I using Siddhi Manager to create and run the application. I want to update the running application with the new application. Currently, I stop the running application, create new runtime and run the new application.

But, the problem with this approach is any data in in-memory storage use like named widnows is lost.

Upvotes: 0

Views: 97

Answers (1)

Alexander Goida
Alexander Goida

Reputation: 374

it's possible using RESTful API. Check here Siddhi app api

Upvotes: 1

Related Questions