Support Cloud Event Extension in PubSub
- Dominant language
- Go
- Stars
- 479
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Not able to receive cloud event extension via receiving cloud events during Subscription, via go-sdk.
**Describe the solution you'd like**
Runtime has already started to support cloud event extensions, need to start supporting cloud event extensions in go-sdk as well.
It seems to be the addition to: https://github.com/dapr/go-sdk/blob/3f795a2171ae2e688f358e405d2bc61d3cfa8709/service/common/type.go#L21
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Research direction
Start with service/common/type.go at the linked location and inspect how subscription-received cloud events are represented in the Go SDK. Compare the SDK's event type with the runtime's existing cloud event extension support; done means consumers can receive the cloud event extension through a subscription.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100