sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Support the JSON Batch Format

Open jondequinor opened this issue 5 years ago • 1 comments

https://github.com/cloudevents/spec/blob/master/json-format.md#4-json-batch-format

Expected Behavior

To be able to use the sdk in order to send a batch of CloudEvent

Actual Behavior

Only the JSON Format is supported by the sdk

Specifications

  • Platform: linux
  • Python Version: 3.6

jondequinor avatar Oct 15 '20 07:10 jondequinor

Here's an updated link:

https://github.com/cloudevents/spec/blob/v1.0.1/json-format.md#4-json-batch-format


Given the number of providers that give batched events, I'm not sure if the SDKs are going to prioritize this format.

grant avatar Dec 10 '21 00:12 grant