Dan
Dan
Hey @embano1, yeah a new request is made, but if you look at the second snippet, is initialises `Request.Header` with a call to `HeaderFrom(ctx)`. This passes the same value on...
Hi @yanmxa, the `datacodec` package isn't concerned with how an event is encoded (whether structured/binary mode), which is what I think you're referring to? The `datacodec` package is concerned with...
Sorry @duglin, missed the notification on this. These are not CloudEvent content types. What I want to do is put the received data into a CloudEvent and have it correctly...
No structs, everything is dynamic, so it's just an `any`, and our application handles if it results in being a `map[string]any`, `string`, `bool` etc.
Okay, while reading this back, I have a feeling the reduction is based on resource increases. I have a hunch that what's left may be ephemeral consumers, does creating a...