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

create clients for core agents #1047

Closed
ripienaar opened this issue Dec 27, 2020 · 0 comments
Closed

create clients for core agents #1047

ripienaar opened this issue Dec 27, 2020 · 0 comments

Comments

@ripienaar
Copy link
Member

Create clients for scout, rpcutil and choria_util in go-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

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant