There is no way to view the partial apps after a distributed deployment
Closed this issue · 1 comments
BuddhiWathsala commented
Description:
In the default distributed deployment of SiddhiProcesses, we are dividing user given app to partial Siddhi apps and deploy those apps. The deployment and partial Siddhi app have one to one matching. After successful deployment users do not have a way to see the partial Siddhi apps that already deployed directly. To do that users have to follow the following steps.
- Describe the pod
- Find the config map that used to deploy apps
- Describe the config map and find the deployed partial app
This process might take time and it is not very user-friendly.
Suggested Labels:
New features
Affected Product Version:
0.2.0
BuddhiWathsala commented
In would be much better to have a separate service to retrieve that information about the partial apps. Also, it would be much better to add that information to the Siddhi process status.