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 MultiTerminologyService for handling prioritized service calls #2464

Closed
marcovisserFurore opened this issue May 17, 2023 · 0 comments · Fixed by #2478
Closed

Create MultiTerminologyService for handling prioritized service calls #2464

marcovisserFurore opened this issue May 17, 2023 · 0 comments · Fixed by #2478
Assignees

Comments

@marcovisserFurore
Copy link
Member

Description

Currently, we have a MultiResolver that handles resource resolving on multiple sources effectively. In order to enhance our system's capabilities, we require the implementation of a MultiTerminologyService.

The MultiTerminologyService is designed to combine a set of prioritized TerminologyServices, which will handle service calls in a specific sequence. In the event that one service fails to execute a call successfully, or the code is not available, the MultiTerminologyService will ensure that the subsequent service in the prioritized queue takes over the call.

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

Successfully merging a pull request may close this issue.

2 participants