Francesco Guardiani

Results 247 comments of Francesco Guardiani

> avroFormat.setSchema(schema) Which schema?

avro schema of what? of Cloudevents? The one from the spec https://github.com/cloudevents/spec/blob/v1.0/spec.avsc?

Shouldn't this be loaded statically? Can we ship this schema as a resource in the package and then load it statically?

TBH I'm not an expert of avro, so I can't tell. What I can say is that it sounds weird to me to mutate the internal state of `EventFormat` in...

This is just waiting for a contribution to come :smile:

Nope this is still not implemented, wanna try to give a look at it? I can provide some guidance

The problem with `ByteBuffer` is that there is a whole complexity involved when the buffer is file mapped and you need to literally "consume it" and load in memory, in...

In short, the release process from 0.4 onward is: 1. Bump the version in the README, lib.rs and cargo.toml (as https://github.com/cloudevents/sdk-rust/pull/143) 1. Try to run `cargo test --all-features`, `cargo doc...

@dsyer I'm looking at it, it seems related to this PR, given it doesn't fail here: https://github.com/cloudevents/sdk-java/pull/363/checks?check_run_id=2226508723#step:4:6464 The javadoc tool is failing because it can't find a class I guess?...