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

Since the change in #976 it seems that Attributes property needs to be defined on the output message prior to calling `WritePubSubMessage` previously this wasn't strictly needed (at least it...

Hi, I'm Harshita. I’m working with [CNCF and the Google Open Source Security Team for the GSoC 2024 term](https://github.com/cncf/mentoring/issues/1196). We are collaborating to enhance security practices across various CNCF projects....

**Description:** Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using malformed/semi-malformed data injection in an automated fashion. Integrate the project...

When you invoke the **NewHTTPReceiveHandler** method, a **noopObservabilityService** is set by default, and you cannot change it. `func NewHTTPReceiveHandler(ctx context.Context, p *thttp.Protocol, fn interface{}) (*EventReceiver, error) { invoker, err :=...

# Issue Currently you have to interact with https://github.com/cloudevents/sdk-go/blob/7fef294789916760157377cb07dc5bd55d31e562/protocol/kafka_confluent/v2/option.go#L137-L151 to set the partition key on an outgoing event. If you have multiple events are you sending on a single context...

It appears that a dependency of this project has now been deprecated with maintenance moved to another repository. See [pkg.go.dev](https://pkg.go.dev/nhooyr.io/websocket) for details. Here is a copy of the message: ```...

Source .proto definition: https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.proto The [proto file in sdk-go](https://github.com/cloudevents/sdk-go/blob/main/binding/format/protobuf/v2/pb/cloudevent.proto) says that it's referencing the [event format markdown doc](https://github.com/cloudevents/spec/blob/main/cloudevents/formats/protobuf-format.md), but even that doc includes a batch event type, as does the...

Here's argo events' data ```json { "context": { "type": "type_of_event_source", "specversion": "cloud_events_version", "source": "name_of_the_event_source", "id": "unique_event_id", "time": "event_time", "datacontenttype": "type_of_data", "subject": "name_of_the_configuration_within_event_source" }, "data": { "header": {}, "body": {}, }...