kiegroup / ruleops

This is a research effort, to explore this space. Not a supported capability. If you find this content interesting and you would like to contribute, feel free to contact us and reach out!
Apache License 2.0
1 stars 3 forks source link

Fetch only the k8s resources provided inside the rule #23

Open lucamolteni opened 1 year ago

lucamolteni commented 1 year ago

Currently, RuleOps fetches a few kind of resources from the Control Plane.

It should be possible to infer which kind of k8s are needed from the rules definitions and fetch only those to optimize the communication between the control plane and the Drools working memory

tarilabs commented 1 year ago

Here I would consider applying similar techniques to the exercise in using Jandex for the OTN to derive the used domain model(s).

lucamolteni commented 1 year ago

It could be nice to have this defined at compile time with https://github.com/kiegroup/ruleops/issues/28