sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Go SDK for CloudEvents

Results 158 sdk-go issues
Sort by recently updated
recently updated
newest added

As part of: https://github.com/knative/eventing/pull/3450 (and the discussions around how to handle empty events...) Wanted to float by changing the behaviour of: https://github.com/cloudevents/sdk-go/blob/master/v2/binding/to_event.go#L23 For handling empty responses differently from a malformed...

> Perhaps the API would have been simpler if we returned (Receipt, error) and broken out the 3. case into a distinct thing, and then Receipt could be nil in...

v3

We are getting this issue reported against Event Grid: https://twitter.com/jonatasbaldin/status/1256512556782452737?s=20 "currently, the `cloudschema` field is present but empty, and, per the spec: "If present, MUST be a non-empty URI"" My...

bug
component/event

I'd like to run an event handling service on a serverless platform, like Cloud Run or Cloud Functions. This requires the service respond to http requests ([example](https://cloud.google.com/run/docs/triggering/pubsub-push)). The current cloudevents...

Ref: https://github.com/cloudevents/spec/blob/master/extensions/sampled-rate.md

help wanted
good first issue
Extensions

Ref: https://github.com/cloudevents/spec/blob/master/extensions/dataref.md

help wanted
good first issue
Extensions

Maybe in a followup, but we need a test for the use case: > I want to set a receiver that doesn't accept events, accepts method `GET`, and the user...

enhancement
component/protocol/http

Maybe we could use this https://github.com/rs/cors/blob/master/cors.go or something similar to validate the origins, let's do it in a follow up. _Originally posted by @slinkydeveloper in https://github.com/cloudevents/sdk-go/pull/491_

enhancement
component/protocol/http