-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: configurable expiration policy on auto-created subscriptions (#…
…2876) (@jmitash) (#2897) * feat: configurable expiration policy on auto-created subscriptions (#2894) * Add properties for Binder expiration policy * Set Expiration Policy when creating Subscription * Treat non-positive durations as "never expire" * Use Google Java formatting * docs: add expiration policy section to pubsub * chore: access autocreate value from properties * chore: fix test * docs: correct never expire logic * chore: add example of setting expirationPolicy.ttl to pubsub-stream functional sample * docs: update stream binder docs with configuration options * Update docs/src/main/asciidoc/pubsub.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> * Update docs/src/main/asciidoc/pubsub.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> * Update docs/src/main/asciidoc/pubsub.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> * Update docs/src/main/asciidoc/spring-stream.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> * Update docs/src/main/asciidoc/spring-stream.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> * Update docs/src/main/asciidoc/spring-stream.adoc Co-authored-by: Mike Eltsufin <meltsufin@google.com> --------- Co-authored-by: Jacob Mitash <jacob@mitash.org> Co-authored-by: Mike Eltsufin <meltsufin@google.com>
- Loading branch information
1 parent
0f94e07
commit d8d7168
Showing
6 changed files
with
214 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.