-
Notifications
You must be signed in to change notification settings - Fork 119
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
Multiple models for gnmi target #253
Comments
The current server with a single model was created as a simple reference implementation. Adding support to use multiple models would be a nice to have. |
@samribeiro |
@adibrastegarnia I think the best path forward is to have a binary that dynamically supports the models that it gets loaded with. As oposed to have a static model at compile time. |
@samribeiro |
@adibrastegarnia it depends on what you are aiming for. For this specific case where the intent is to mock model hierarchies and their leaf values, then having data in memory is paramount. |
@samribeiro |
In that scenario, potentially an application can use multiple models for its configuration which have different trees. |
There should always be the same root of the tree. You may have different roots if you use the origin field. |
In the current implementation of gnmi target, a single model is initialized and used for implementing of the server. I would like to know how we can run multiple models using a single gnmi agent? Does it make sense to do that?
The text was updated successfully, but these errors were encountered: