From fa8d95cd07ec97b8f1fae62266a9269ffc2fc81e Mon Sep 17 00:00:00 2001 From: allen-munsch Date: Mon, 10 Nov 2025 09:31:37 -0600 Subject: [PATCH 1/3] add proprietary spec for flatbuffers Signed-off-by: allen-munsch --- cloudevents/proprietary-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents/proprietary-specs.md b/cloudevents/proprietary-specs.md index c47fa8b0f..cb7317f24 100644 --- a/cloudevents/proprietary-specs.md +++ b/cloudevents/proprietary-specs.md @@ -9,7 +9,7 @@ the responsibility of the respective project maintainers. - [Apache RocketMQ Transport Binding](https://github.com/apache/rocketmq-externals/blob/master/rocketmq-cloudevents-binding/rocketmq-transport-binding.md) - [Google Cloud Pub/Sub Protocol Binding](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md) - [RabbitMQ Transport Binding](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) - +- [Google Flatbuffers](https://github.com/google/flatbuffers/blob/master/docs/source/cloudevents_spec.md) **Want to add a binding to a proprietary transport?** - Create a spec that follows the structure of an existing binding specification (e.g. [http](bindings/http-protocol-binding.md) or [amqp](bindings/amqp-protocol-binding.md)) - this will help SDK development. From 81b66844a553891acec06c1ac7a7acf4d5fd0087 Mon Sep 17 00:00:00 2001 From: allen-munsch Date: Wed, 12 Nov 2025 13:53:35 -0600 Subject: [PATCH 2/3] update proprietary specs Signed-off-by: allen-munsch --- cloudevents/proprietary-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents/proprietary-specs.md b/cloudevents/proprietary-specs.md index cb7317f24..001d88b43 100644 --- a/cloudevents/proprietary-specs.md +++ b/cloudevents/proprietary-specs.md @@ -8,9 +8,9 @@ the responsibility of the respective project maintainers. - [Apache RocketMQ Transport Binding](https://github.com/apache/rocketmq-externals/blob/master/rocketmq-cloudevents-binding/rocketmq-transport-binding.md) - [Google Cloud Pub/Sub Protocol Binding](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md) -- [RabbitMQ Transport Binding](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) - [Google Flatbuffers](https://github.com/google/flatbuffers/blob/master/docs/source/cloudevents_spec.md) **Want to add a binding to a proprietary transport?** +- [RabbitMQ Transport Binding](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) - Create a spec that follows the structure of an existing binding specification (e.g. [http](bindings/http-protocol-binding.md) or [amqp](bindings/amqp-protocol-binding.md)) - this will help SDK development. - **NOTES:** From d6f0387835a21384e3aa61f046f8a91ec792fd0a Mon Sep 17 00:00:00 2001 From: allen-munsch Date: Thu, 13 Nov 2025 16:54:19 -0600 Subject: [PATCH 3/3] fix typo in proprietary-specs.md Signed-off-by: allen-munsch --- cloudevents/proprietary-specs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudevents/proprietary-specs.md b/cloudevents/proprietary-specs.md index 001d88b43..b2031d1fa 100644 --- a/cloudevents/proprietary-specs.md +++ b/cloudevents/proprietary-specs.md @@ -9,9 +9,10 @@ the responsibility of the respective project maintainers. - [Apache RocketMQ Transport Binding](https://github.com/apache/rocketmq-externals/blob/master/rocketmq-cloudevents-binding/rocketmq-transport-binding.md) - [Google Cloud Pub/Sub Protocol Binding](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md) - [Google Flatbuffers](https://github.com/google/flatbuffers/blob/master/docs/source/cloudevents_spec.md) -**Want to add a binding to a proprietary transport?** - [RabbitMQ Transport Binding](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) +**Want to add a binding to a proprietary transport?** + - Create a spec that follows the structure of an existing binding specification (e.g. [http](bindings/http-protocol-binding.md) or [amqp](bindings/amqp-protocol-binding.md)) - this will help SDK development. - **NOTES:** - The spec must be publicly accessible and managed by the proposing organization.