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

Service task connector delegate #225

Merged
merged 2 commits into from Sep 16, 2022
Merged

Service task connector delegate #225

merged 2 commits into from Sep 16, 2022

Conversation

jbirddog
Copy link
Contributor

This is a change to give the consumer more control over how service task requests are executed. Previously service tasks could execute any class with an execute method - now the consumer of the library can provide a delegate to handle a given request. The backend currently routes requests through a local connector proxy, but a delegate could also communicate with a docker container, return dummy data, etc.

Wanted to go ahead and get this up since I have backend changes that depend on it.

@sonarcloud
Copy link

sonarcloud bot commented Sep 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@jbirddog jbirddog merged commit 4671406 into main Sep 16, 2022
@jbirddog jbirddog deleted the service_task_connectors branch September 16, 2022 19:10
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

Successfully merging this pull request may close these issues.

None yet

4 participants