sdk-rust
sdk-rust copied to clipboard
Rust library to interact with CloudEvents
Can we implement protobuf mapping for cloud event? This will help in generating fast serialization and deserialization.
This PR implements AMQP 1.0 binding. A working example is also provided.
I'm using the `reqwest` integration for sending cloud events, but the content type seems to always be set to `application/json` instead of `application/cloudevents+json`. Here's the request made to my pipedream...
Add support for async_nats crate, pretty much a copy/paste of the nats integration part. The async_nats Message does not implement Clone for now hence the 'manual' clone
**Is your feature request related to a problem? Please describe.** I am investigating how we could leverage CloudEvents within my org, but am uncertain how we can include tracing information...
It seems that there is no `impl Responder for Vec` nor `impl FromRequest for Vec` in actix feature, but I did find `Vec` support in reqwest feature. Did I miss...
Javascript sdk supports sending events , how to send events using rust sdk. https://github.com/cloudevents/sdk-javascript#emitting-events
Users expect to use `Event::new()` to construct a event. According to API guideline: https://rust-lang.github.io/api-guidelines/predictability.html - we should implement `Event::new()` - we should revise the doc to encourage the use of...
Hi All, Opening this draft to solicit feedback and gauge interest. I've been building out a `kn func` project for WASI using WASMEdge https://github.com/uirlis/func-rust-wasi/tree/main/cloudevents As part of that work I...