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
When interacting with streams, we set annotations. To to this extensively from external services we need to load the kubernetes objects, interpret them and annotate them. It would be helpful to have framework methods to aid this process.
Possible solution
Extension methods / service to manipulate Arcane based kubernetes resources.
Move IStreamDefinition & StreamDefinition to Arcane.Framework
Context
We'd like add features for our clients to request restarts / reloads / etc to streams from UI and need to implement a bridge-service to handle interaction between Customer Backend and Arcane
The text was updated successfully, but these errors were encountered:
We should create a separate package with name like Arcane.Client, Arcane.Facade or so and create required models/functions there. Moving IStreamDefinition & StreamDefinition to Arcane.Framework could potentially cause confusion between the StreamDefinition and StreamContext classes, which I would prefer to avoid.
Description
When interacting with streams, we set annotations. To to this extensively from external services we need to load the kubernetes objects, interpret them and annotate them. It would be helpful to have framework methods to aid this process.
Possible solution
Extension methods / service to manipulate Arcane based kubernetes resources.
E.g.:,
or
Alternatives
Move
IStreamDefinition
&StreamDefinition
to Arcane.FrameworkContext
We'd like add features for our clients to request restarts / reloads / etc to streams from UI and need to implement a bridge-service to handle interaction between Customer Backend and Arcane
The text was updated successfully, but these errors were encountered: