sdk-go
sdk-go copied to clipboard
Go SDK for CloudEvents
The use case is writing a gRPC service that accept cloud events in protobuf format, using the sdk-go to generate and parse events. E.g. gRPC proto definition ``` syntax =...
## Problem I would like to unmarshal events sent with a registered data content type (e.g., `application/json`) using a custom codec. I do not want to disrupt all events using...
Hi, we've run into a fairly high severity issue using CloudEvents with Go.`go-sdk` uses a different Protobuf descriptor from the descriptor defined in the spec and other SDKs. We're developing...
At least to me the design decisions that this library took are not obvious. Also I have no idea how the library authors think people should use this library. Obvious...
On the use of the `text_data` and `binary_data` fields in the [protobuf-format spec](https://github.com/cloudevents/spec/blob/6e54c2077dc1058983362cc92917ac4d7058389f/protobuf-format.md#3-data), it says: > When the type of the data is text, the value MUST be stored in...
Windows 11: I am doing a load test and am getting the following error: Only one usage of each socket address (protocol/network address/port) is normally permitted. My naive implementation is...
Team, a bit of a newbie question, but I couldn't find the answer in the docs and maybe other people will have the same issue. Is there any simple way...
Let's say that I would like to handle invalid events that do not conform with specification in my own receiver function. Is it possible to add a feature toggle to...
When running the program in samples/http/sender, if the sender gets `connection refused` from the sink, a SIGSEGV occurs. ``` ❯ ./sender panic: runtime error: invalid memory address or nil pointer...
CE SDK Spec for `source` is defined as: `URI` - Absolute uniform resource identifier. - String encoding: `Absolute URI` as defined in [RFC 3986 Section 4.3](https://tools.ietf.org/html/rfc3986#section-4.3) To quote from the...