Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
1,974 contributions in the last year
Contribution activity
December 2020
Created 19 commits in 3 repositories
Created a pull request in dapr/dapr that received 9 comments
Fix possible race
On occasions where the Init method on the component finishes and sends the data to the channel after the timeout has already closed it, the Go runt…
Opened 7 other pull requests in 2 repositories
dapr/dapr
4
merged
1
closed
dapr/components-contrib
2
merged
Reviewed 27 pull requests in 6 repositories
dapr/dapr 18 pull requests
- Fix invoke http service route '/'
- Remove ENTRYPOINT is more files.
- Fix/support head method direct messaging
- Add postmark output binding
- Clean up unused metrics list
- Remove ENTRYPOINT from Dockerfiles.
- #2495. PublishRequest and SubscriberRequest need metadata.
- Add webhookFailurePolicy helm chart configuration
- Update validation_test.go
- Close previous connection when overwriting grpc context (#2533)
- Register AWS DynamoDB state store
- #2498 Add metadata for stateStore
- Feature dashboard pull secret
- Extra return properties for LoadConfig.
- Return forbidden for pubsub and direct invoke acl failure (#2323)
- Add Subscription metadata to SubscriptionRequest
- Fixes #2462: Add components to metadata endpoint
- Add bulk get in state store - Plan B
dapr/docs 3 pull requests
dapr/components-contrib 3 pull requests
dapr/go-sdk 1 pull request
dapr/cli 1 pull request
dapr/samples 1 pull request
Created an issue in dapr/dapr that received 2 comments
Register DynamoDB state store
DynamoDB state store exists in components-contrib, but not registered in Dapr: dapr/cmd/daprd/main.go Line 159 in a67a76d