Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch the variables lazy from a given context #106

Open
saig0 opened this issue Nov 2, 2021 · 0 comments
Open

Fetch the variables lazy from a given context #106

saig0 opened this issue Nov 2, 2021 · 0 comments

Comments

@saig0
Copy link
Member

saig0 commented Nov 2, 2021

Description

Currently, we need to pass the variables for the evaluation as a map. The FEEL engine exposes an API to pass a context instead. The context allows fetching the variables lazily when they are used by the engine.

We should expose a similar API to allow lazy fetching of variables. We could also try to use the same classes to simplify the integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant