-
Notifications
You must be signed in to change notification settings - Fork 371
Adding instance-based CreateInvokableHttpClient #1319
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
Merged
WhitWaldo
merged 10 commits into
dapr:master
from
WhitWaldo:invokable-httpclient-from-client
Oct 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
14f11f8
Added override to DaprClient that produces an invokable HttpClient mu…
WhitWaldo 45c8c6e
Adds unit tests for implementation mirroring functionality of existin…
WhitWaldo 14c2172
Removed DaprEndpoint property as it should utilize that registered wi…
WhitWaldo 1ea569b
Merge branch 'master' into invokable-httpclient-from-client
WhitWaldo eee54c7
Removed nullability annotation as it's not supposed to be there for t…
WhitWaldo 3be6e3b
Merge branch 'invokable-httpclient-from-client' of https://github.com…
WhitWaldo b8959d2
Merge branch 'master' into invokable-httpclient-from-client
WhitWaldo c72c60c
Merge branch 'master' into invokable-httpclient-from-client
WhitWaldo 1cf57a7
Simplified to use static method
WhitWaldo 3de4079
Merge branch 'invokable-httpclient-from-client' of https://github.com…
WhitWaldo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed DaprEndpoint property as it should utilize that registered wi…
…th the DaprClient instance. If a developer wants to opt-out, they should use the static invocation method instead. Updated unit tests to exclude invalid endpoints as that's handled by the DaprClient instead now. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
- Loading branch information
commit 14c2172c12c689eaa02b7aa96fa5780be6d6120a
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.