-
Notifications
You must be signed in to change notification settings - Fork 31
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
create clients for core agents #1047
Comments
22 tasks
ripienaar
added a commit
to ripienaar/go-choria
that referenced
this issue
Dec 27, 2020
This mainly creates client/rpcutilclient, scoutclient and choria_utilclient. Cache their ddls in client/ddlcache and use this cache in the core rpc client to avoid hitting the disk for these cached ddls Various improvements to generated clients, move the inventory command to use the new cliens Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/go-choria
that referenced
this issue
Dec 27, 2020
This mainly creates client/rpcutilclient, scoutclient and choria_utilclient. Cache their ddls in client/ddlcache and use this cache in the core rpc client to avoid hitting the disk for these cached ddls Various improvements to generated clients, move the inventory command to use the new cliens Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/go-choria
that referenced
this issue
Dec 27, 2020
This mainly creates client/rpcutilclient, scoutclient and choria_utilclient. Cache their ddls in client/ddlcache and use this cache in the core rpc client to avoid hitting the disk for these cached ddls Various improvements to generated clients, move the inventory command to use the new cliens Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
that referenced
this issue
Dec 27, 2020
(#1047) create clients for the core agents
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create clients for
scout
,rpcutil
andchoria_util
ingo-choria/client/fooclient
also cache the DDLs in a way that other parts can access these DDLs directly.Use the cache to avoid hitting the disk for these DDLs in the rpc client
The text was updated successfully, but these errors were encountered: