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

component http wasm: adjust for config drift #150

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

codefromthecrypt
Copy link
Contributor

The configuration property for the wasm file is renamed per dapr/components-contrib#2817

The configuration property for the wasm file is renamed per dapr/components-contrib#2817

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Contributor Author

tested by rebuilding dapr locally (replace github.com/dapr/components-contrib => ../components-contrib) including dapr/components-contrib#2817

$ make  build
$ ls -al dist/*/release/*
$ cp -p dist/*/release/* $HOME/.dapr/bin/
$ dapr run --app-id embedded --dapr-http-port 3500 --config config.yaml --resources-path components
INFO[0000] enabled middleware.http.wasm/http  middleware  app_id=embedded instance=MacBook-Pro.local scope=dapr.runtime type=log ver=edge
$ dapr invoke --verb GET --app-id embedded --method 1
hello /v1.0/invoke/embedded/method/1
✅  App invoked successfully

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Copy link
Member

@daixiang0 daixiang0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaron2 yaron2 merged commit 75f05f6 into dapr:master Jul 31, 2023
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.

4 participants