From 082d9675a720fe46c76a7faf5eedd308ce9f3d57 Mon Sep 17 00:00:00 2001 From: Jeremy Whitlock Date: Mon, 19 Sep 2022 16:10:29 -0400 Subject: [PATCH] feat: add googlepubsub bindings Adds support for Google Cloud Pub/Sub to the `Channel Binding Object` and `Message Binding Object` lists. See: https://github.com/asyncapi/bindings/pull/141 --- spec/asyncapi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index fb6db37b..4077d327 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -1010,6 +1010,7 @@ Field Name | Type | Description `redis` | [Redis Channel Binding](https://github.com/asyncapi/bindings/blob/master/redis#channel) | Protocol-specific information for a Redis channel. `mercure` | [Mercure Channel Binding](https://github.com/asyncapi/bindings/blob/master/mercure#channel) | Protocol-specific information for a Mercure channel. `ibmmq` | [IBM MQ Channel Binding](https://github.com/asyncapi/bindings/tree/master/ibmmq#channel-binding-object) | Protocol-specific information for an IBM MQ channel. +`googlepubsub` | [Google Cloud Pub/Sub Channel Binding](https://github.com/asyncapi/bindings/tree/master/googlepubsub#channel) | Protocol-specific information for a Google Cloud Pub/Sub channel. This object MAY be extended with [Specification Extensions](#specificationExtensions). @@ -1070,6 +1071,7 @@ Field Name | Type | Description `redis` | [Redis Message Binding](https://github.com/asyncapi/bindings/blob/master/redis#message) | Protocol-specific information for a Redis message. `mercure` | [Mercure Message Binding](https://github.com/asyncapi/bindings/blob/master/mercure#message) | Protocol-specific information for a Mercure message. `ibmmq` | [IBM MQ Message Binding](https://github.com/asyncapi/bindings/tree/master/ibmmq#message-binding-object) | Protocol-specific information for an IBM MQ message. +`googlepubsub` | [Google Cloud Pub/Sub Message Binding](https://github.com/asyncapi/bindings/tree/master/googlepubsub#message) | Protocol-specific information for a Google Cloud Pub/Sub message. This object MAY be extended with [Specification Extensions](#specificationExtensions).