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

Add support for inter-service communications #27

Open
8 tasks
oubiwann opened this issue Oct 20, 2017 · 0 comments
Open
8 tasks

Add support for inter-service communications #27

oubiwann opened this issue Oct 20, 2017 · 0 comments

Comments

@oubiwann
Copy link
Member

oubiwann commented Oct 20, 2017

This is for the use case where non-public (no published API ... or docs!) CMR services need to talk to each other. The first thought is that these would go in cmr.client.services.*.

Public services are cmr.client.search, cmr.client.ingest, and cmr.client.access-control. Remaining services, and maybe not all of them would be needed, would include:

  • cmr.client.services.bootstrap
  • cmr.client.services.common
  • cmr.client.services.cubby
  • cmr.client.services.index-set
  • cmr.client.services.indexer
  • cmr.client.services.ingest
  • cmr.client.services.metadata-db
  • cmr.client.services.moch-echo

The intent is that these would be used for both for writing integration tests as well as features in CMR libs/apps that need to talk to other services.

Furthermore, since these would only be used by the CMR services and libraries themselves, there's no need to make these ClojureScript compatible (e.g., JS in a native app could never make these calls).

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