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
MessageRetentionDuration: Indicates the minimum duration to retain a message after it is published to the topic
134
+
135
+
Message Storage Policy: The Message Storage Policy Object is used to describe the Google Cloud Pub/Sub MessageStoragePolicy.
136
+
- A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage
137
+
138
+
Schema Settings:The Schema Settings Object is used to describe the Google Cloud Pub/Sub SchemaSettings.
139
+
- encoding: The encoding of the message
140
+
- firstRevisionId: The minimum (inclusive) revision allowed for validating messages
141
+
- lastRevisionId: The maximum (inclusive) revision allowed for validating messages
142
+
- name: The name of the schema that messages published should be validated against (The format is projects/{project}/schemas/{schema}.)
143
+
#### Message Binding Object
144
+
The Message Binding Object is used to describe the Google Cloud Pub/Sub PubsubMessage details, alongside with pertintent parts of the Google Cloud Pub/Sub Schema Object.
OrderingKey: If non-empty, identifies related messages for which publish order should be respected
151
+
152
+
Schema Definition: The Schema Definition Object is used to describe the Google Cloud Pub/Sub Schema Object with AsyncAPI. While some of this information could be, or is, described using native AsyncAPI, for consistency it makes sense to provide this information here at all times, especially for cases where AsyncAPI does not natively support describing payloads using a supported Google Cloud Pub/Sub schema format like Protobuf
0 commit comments