forked from dapr/java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle HTTP binding error. (dapr#1024)
Signed-off-by: Artur Souza <asouza.pro@gmail.com> Update binding http IT Signed-off-by: Artur Souza <asouza.pro@gmail.com>
- Loading branch information
1 parent
9ee2633
commit 4fa5115
Showing
9 changed files
with
432 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: dapr.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: github-http-binding-404 | ||
spec: | ||
type: bindings.http | ||
version: v1 | ||
metadata: | ||
- name: url | ||
value: https://api.github.com/unknown_path | ||
scopes: | ||
- bindingit-httpoutputbinding-exception | ||
--- | ||
apiVersion: dapr.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: github-http-binding-404-success | ||
spec: | ||
type: bindings.http | ||
version: v1 | ||
metadata: | ||
- name: url | ||
value: https://api.github.com/unknown_path | ||
- name: errorIfNot2XX | ||
value: "false" | ||
scopes: | ||
- bindingit-httpoutputbinding-ignore-error |
This file contains 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 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 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 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
Oops, something went wrong.