You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, the custom object of siddhi operator reads the configurations that need to change at the siddhi runner level using a string as below.
It is much better to have direct YAML reading instead of this string. In order to enable that YAML reading, we have to read arbitrary YAML in operator level.
Description:
Currently, the custom object of siddhi operator reads the configurations that need to change at the siddhi runner level using a string as below.
It is much better to have direct YAML reading instead of this string. In order to enable that YAML reading, we have to read arbitrary YAML in operator level.
In golang, we normally read arbitrary JSON objects using structures like below.
But because of this issue in operator sdk, we are having a problem of reading an arbitrary YAML.
Suggested Labels:
type/improvement
Related Issues:
operator-framework/operator-sdk#1624
The text was updated successfully, but these errors were encountered: