Francesco Guardiani
Francesco Guardiani
When using file refs with paths the parser doesn't fill parameter fields with default values. For example this ref configuration: ```yaml openapi: 3.0.0 info: version: 1.0.0 title: Swagger Test license:...
USL is a modern version of Amdahl's law: > The universal scalability law (USL) is an analytic model used to quantify application scaling. It is universal because it subsumes Amdahl's...
**Description** I propose to add a new field to `KReference`, called `Group`. For example, in order to refer to a `KafkaChannel`, more than using this one: ``` Spec: Channel: API...
**Description** Sink services are usually very heterogeneous, each one with different response time characteristics, depending on their functionality, the way they're implemented, the guarantees the user wants. Because of that,...
### Description Trigger Filter API should conform to the CNCF CouldEvents [Subscriptions API](https://github.com/cloudevents/spec/blob/master/subscriptions-api.md) in order to support more complex predicates, the newly born CloudEvents Expression Language and any additional custom...
**Problem** Now we use opencensus, which is going to be deprecated, we need to switch to https://github.com/open-telemetry/opentelemetry-go **[Persona:](https://github.com/knative/eventing/blob/master/docs/personas.md)** Knative contributor **Exit Criteria** We don't depend anymore on opencensus **Time Estimate...
**Problem** Support HTTP/2 **[Persona:](https://github.com/knative/eventing/blob/master/docs/personas.md)** Which persona is this feature for? Users/Developers **Exit Criteria** * All Knative Eventing components supports HTTP/2 transparently * Users should be able to use HTTP/2 with...
Pretty much like we did in sdk-go: https://github.com/cloudevents/sdk-go/issues/609
`ByteBuffer`s gives a great deal of flexibility (they can be allocated in and off heap). If allocated outside the heap, they give a huge perf boost and, if allocated in...
Followup of #94 Fixes #72 ## Breaking changes This PR includes a breaking change to the `Url` type usage, in order to encapsulate it and "disable it" for no_std usage....