Skip to content

Commit

Permalink
docs(pubsub): remove trailing experimental notices (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored Mar 29, 2021
1 parent b88c52e commit 3c150d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pubsub/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ type SubscriptionConfig struct {
Labels map[string]string

// EnableMessageOrdering enables message ordering.
//
// It is EXPERIMENTAL and a part of a closed alpha that may not be
// accessible to all users. This field is subject to change or removal
// without notice.
EnableMessageOrdering bool

// DeadLetterPolicy specifies the conditions for dead lettering messages in
Expand All @@ -237,10 +233,6 @@ type SubscriptionConfig struct {
// non-empty, then only `PubsubMessage`s whose `attributes` field matches the
// filter are delivered on this subscription. If empty, then no messages are
// filtered out. Cannot be changed after the subscription is created.
//
// It is EXPERIMENTAL and a part of a closed alpha that may not be
// accessible to all users. This field is subject to change or removal
// without notice.
Filter string

// RetryPolicy specifies how Cloud Pub/Sub retries message delivery.
Expand Down

0 comments on commit 3c150d4

Please sign in to comment.