Open Lorry1123 opened 1 year ago
Hi, I'm not sure if this still matters to you, but you're correct. For the current version of cloudevents-sdk (0.7.0) there is no batch-mode support in the actix binding. This should be relatively easy to add. I will try to improve batch-mode support after my current PR is accepted.
It seems that there is no
impl Responder for Vec<Event>
norimpl FromRequest for Vec<Event>
in actix feature, but I did findVec<Event>
support in reqwest feature. Did I miss any thing?Here's the code: