googleapis/google-cloudevents

The CloudEvents binding references a batch mode which is not part of the current core spec.

Closed this issue · 2 comments

Google Cloud Pub/Sub Protocol Binding for CloudEvents[ref] makes reference to a "batch" mode:

The CloudEvents specification defines three content modes for
transferring events: _structured_, _binary_ and _batch_. The Pub/Sub
binding does not currently support batch mode. Every compliant

The current and previous v1.0 CE specs does not specify a batch mode [CE-v1.0] [CE-v1.0.1] [CE-v1.0.2]. It may be in earlier CE specs though.

This is a really minor issue, but it may be best to just remove the reference to it.

Happy to make a PR if you are open to removing it.

The current draft CE spec defines batch mode: https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md

I suggest the best way forward is to try to get a new spec version released which refers to batch mode - rather than removing it from here.

@jskeet apologies, you are indeed right, I missed that. Closing this.