You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is no impl Responder for Vec<Event> nor impl FromRequest for Vec<Event> in actix feature, but I did find Vec<Event> support in reqwest feature.
Did I miss any thing?
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:
The text was updated successfully, but these errors were encountered: